Datos de Suministros de Usuarios de la ANDE

Información general del servicio

Descripción
Este servicio expone datos referentes a datos de suministro de energía de usuarios de la ANDE.

Observaciones
Servicio de uso exclusivo para instituciones públicas.

Proveedor
Administración Nacional de Electricidad – ANDE

Ambiente de Publicación
Producción

Mecanismo de autorización
Presentar Formulario de Solicitud del SII firmado por la máxima autoridad al MITIC y una nota para el productor, informando sobre el uso que se le dará a sus datos.

Gestión de Documentos en Línea (GDL)
Servicio Habilitado

Tipo de servicio

REST: https://sii.paraguay.gov.py/ande/api/

Documentación

Parámetros de cabecera

Authorization: Bearer [token] String (header)* requerido
Accept String (header)* requerido

Métodos

Método 1 

Listado de NIS que posee un usuario

https://sii.paraguay.gov.py/ande/api/suministro/btenerListadoNis/{nroCedula}

Parámetros

nroCedula string (path) * requerido

Respuesta

Modelo

"AndeResponse": {
  "type": "object",
  "properties": {
    "error": {
      "type": "string"
    },
    "resultado": {
      "Resultado": {
        "type": "object",
        "properties": {
          "tieneDocumento": {
            "type": "boolean"
          },
          "clienteList": {
            "type": "array",
            "items": {
              "ClienteList": {
                "type": "object",
                "properties": {
                  "indicadorBloqueoWeb": {
                    "type": "integer",
                    "format": "int32"
                  },
                  "nisRad": {
                    "type": "integer",
                    "format": "int32"
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

Método 2

Datos del suministro por NIS

https://sii.paraguay.gov.py/ande/api/suministro/obtenerDatosDelSuministro/{nroNis}

Parámetros

nroNIS string (query param) * requerido

Respuesta

Modelo

 "SuministroResponse": {
  "type": "object",
  "properties": {
    "error": {
      "type": "string"
    },
    "mensaje": {
      "type": "string"
    },
    "resultadoSuministro": {
      "ResultadoSuministro": {
        "type": "object",
        "properties": {
          "recibo": {
            "Recibo": {
              "type": "object",
              "properties": {
                "numeroFactura": {
                  "type": "string"
                },
                "fechaVencimiento": {
                  "type": "string"
                },
                "importeRecibo": {
                  "type": "integer",
                  "format": "int32"
                },
                "fechaEmision": {
                  "type": "string"
                }
              }
            }
          },
          "cliente": {
            "Cliente": {
              "type": "object",
              "properties": {
                "apellido": {
                  "type": "string"
                },
                "nombre": {
                  "type": "string"
                },
                "localidad": {
                  "type": "string"
                },
                "municipio": {
                  "type": "string"
                },
                "departamento": {
                  "type": "string"
                },
                "numeroCasa": {
                  "type": "integer",
                  "format": "int32"
                },
                "nombreCalle": {
                  "type": "string"
                }
              }
            }
          },
          "medidor": {
            "Medidor": {
              "type": "object",
              "properties": {
                "numeroAparato": {
                  "type": "string"
                },
                "descripcionMarca": {
                  "type": "string"
                },
                "coordenadaY": {
                  "type": "string"
                },
                "coordenadaX": {
                  "type": "string"
                }
              }
            }
          },
          "suministro": {
            "Suministro": {
              "type": "object",
              "properties": {
                "localidad": {
                  "type": "string"
                },
                "municipio": {
                  "type": "string"
                },
                "departamento": {
                  "type": "string"
                },
                "numeroCasa": {
                  "type": "integer",
                  "format": "int32"
                },
                "cuentaCorrienteCatastral": {
                  "type": "string"
                },
                "nombreCalle": {
                  "type": "string"
                },
                "descripcionTarifa": {
                  "type": "string"
                },
                "tarifa": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "errorValList": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}

Nivel de calidad del servicio

Disponibilidad

99,99%

Tiempo de respuesta

menos de 1 segundo

Volumen de carga máx.

Fecha de Actualización

05/09/2024