ServpubWS

<back to all web services

DatosHNValidaPago

Requires Authentication
DatosHNValidaPago Parameters:
NameParameterData TypeRequiredDescription
DatosBancoqueryDatosBancoNo
ClavequerystringNo
MontoquerydoubleNo
FechaquerystringNo
DatosBanco Parameters:
NameParameterData TypeRequiredDescription
BancoformstringNo
AgenciaformstringNo
SucursalformstringNo
UsuarioformstringNo
TerminalformstringNo
DatosHNValidaPagoResponse Parameters:
NameParameterData TypeRequiredDescription
ReferenciaPagoformstringNo
CheckSumformstringNo
DatosFacturaformDatosHNFacturaNo
DatosHNResponse Parameters:
NameParameterData TypeRequiredDescription
ResultadoformboolNo
CodigoErrorformintNo
MensajeformstringNo
DatosHNFactura Parameters:
NameParameterData TypeRequiredDescription
reactivoformstringNo
ClaveprimariaformstringNo
contadorformstringNo
ClavesecundariaformstringNo
nombreformstringNo
direccionformstringNo
multiploformdoubleNo
tarifaformstringNo
FechaactualformstringNo
FechaanteriorformstringNo
LectactualformstringNo
LectanteriorformstringNo
consumoformstringNo
DiasfacturadosformstringNo
CobroenergiaformdoubleNo
CobrointeresformdoubleNo
CobroalumbradoformdoubleNo
OtrosDebcredformdoubleNo
subsidioformdoubleNo
SaldoMesantformdoubleNo
VlrrectificacionformdoubleNo
pagosformdoubleNo
FechaemisionformstringNo
lecturaAvisoformstringNo
NumavisoformstringNo
UltMesfacturadoformstringNo
FactorpotenciaformstringNo
CargodemandaformdoubleNo
CargoreactivoformdoubleNo
CargovoltajeformdoubleNo
CargoISVformdoubleNo
TotalcalculadoformdoubleNo
SubtotalsinISVformdoubleNo
CargosPeriodoformdoubleNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: recaudoenee.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: DatosHNValidaPago

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<DatosHNValidaPago xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <Clave>String</Clave>
  <DatosBanco>
    <Agencia>String</Agencia>
    <Banco>String</Banco>
    <Sucursal>String</Sucursal>
    <Terminal>String</Terminal>
    <Usuario>String</Usuario>
  </DatosBanco>
  <Fecha>String</Fecha>
  <Monto>0</Monto>
</DatosHNValidaPago>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<DatosHNValidaPagoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <CodigoError>0</CodigoError>
  <Mensaje>String</Mensaje>
  <Resultado>false</Resultado>
  <CheckSum>String</CheckSum>
  <DatosFactura>
    <CargoISV>0</CargoISV>
    <Cargodemanda>0</Cargodemanda>
    <Cargoreactivo>0</Cargoreactivo>
    <CargosPeriodo>0</CargosPeriodo>
    <Cargovoltaje>0</Cargovoltaje>
    <Claveprimaria>String</Claveprimaria>
    <Clavesecundaria>String</Clavesecundaria>
    <Cobroalumbrado>0</Cobroalumbrado>
    <Cobroenergia>0</Cobroenergia>
    <Cobrointeres>0</Cobrointeres>
    <Diasfacturados>String</Diasfacturados>
    <Factorpotencia>String</Factorpotencia>
    <Fechaactual>String</Fechaactual>
    <Fechaanterior>String</Fechaanterior>
    <Fechaemision>String</Fechaemision>
    <Lectactual>String</Lectactual>
    <Lectanterior>String</Lectanterior>
    <Numaviso>String</Numaviso>
    <OtrosDebcred>0</OtrosDebcred>
    <SaldoMesant>0</SaldoMesant>
    <SubtotalsinISV>0</SubtotalsinISV>
    <Totalcalculado>0</Totalcalculado>
    <UltMesfacturado>String</UltMesfacturado>
    <Vlrrectificacion>0</Vlrrectificacion>
    <consumo>String</consumo>
    <contador>String</contador>
    <direccion>String</direccion>
    <lecturaAviso>String</lecturaAviso>
    <multiplo>0</multiplo>
    <nombre>String</nombre>
    <pagos>0</pagos>
    <reactivo>String</reactivo>
    <subsidio>0</subsidio>
    <tarifa>String</tarifa>
  </DatosFactura>
  <ReferenciaPago>String</ReferenciaPago>
</DatosHNValidaPagoResponse>

    </soap:Body>
</soap:Envelope>