ServpubWS

<back to all web services

DatosHNPago

Requires Authentication
The following routes are available for this service:
All Verbs/Recaudo/Pago
DatosHNPago Parameters:
NameParameterData TypeRequiredDescription
DatosBancoqueryDatosBancoNo
ClavequerystringNo
MontoquerydoubleNo
FechaquerystringNo
HoraquerystringNo
IDTransquerystringNo
DatosBanco Parameters:
NameParameterData TypeRequiredDescription
BancoformstringNo
AgenciaformstringNo
SucursalformstringNo
UsuarioformstringNo
TerminalformstringNo
DatosHNPagoResponse Parameters:
NameParameterData TypeRequiredDescription
ReferenciaPagoformstringNo
CheckSumformstringNo
DatosFacturaformDatosHNFactura2No
IdTransaccionBancoformstringNo
FechaTransaccionformstringNo
CajeroformstringNo
DatosHNResponse Parameters:
NameParameterData TypeRequiredDescription
ResultadoformboolNo
CodigoErrorformintNo
MensajeformstringNo
DatosHNFactura2 Parameters:
NameParameterData TypeRequiredDescription
EntiAgenciaformstringNo
CiudadSucursalformstringNo
ClaveprimariaformstringNo
NisformdoubleNo
NombreformstringNo
DescTransformstringNo
SubtotalsinISVformdoubleNo
CargoISVformdoubleNo
TotalcalculadoformdoubleNo

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

HTTP + CSV

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

POST /Recaudo/Pago HTTP/1.1 
Host: recaudoenee.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"DatosBanco":{"Banco":"String","Agencia":"String","Sucursal":"String","Usuario":"String","Terminal":"String"},"Clave":"String","Monto":0,"Fecha":"String","Hora":"String","IDTrans":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ReferenciaPago":"String","CheckSum":"String","DatosFactura":{"EntiAgencia":"String","CiudadSucursal":"String","Claveprimaria":"String","Nis":0,"Nombre":"String","DescTrans":"String","SubtotalsinISV":0,"CargoISV":0,"Totalcalculado":0},"IdTransaccionBanco":"String","FechaTransaccion":"String","Cajero":"String","Resultado":false,"CodigoError":0,"Mensaje":"String"}