ServpubWS

<back to all web services

DatosHNPago

Requires Authentication
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 .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: DatosHNPago

<?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>

<DatosHNPago 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>
  <Hora>String</Hora>
  <IDTrans>String</IDTrans>
  <Monto>0</Monto>
</DatosHNPago>

    </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>

<DatosHNPagoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <CodigoError>0</CodigoError>
  <Mensaje>String</Mensaje>
  <Resultado>false</Resultado>
  <Cajero>String</Cajero>
  <CheckSum>String</CheckSum>
  <DatosFactura>
    <CargoISV>0</CargoISV>
    <CiudadSucursal>String</CiudadSucursal>
    <Claveprimaria>String</Claveprimaria>
    <DescTrans>String</DescTrans>
    <EntiAgencia>String</EntiAgencia>
    <Nis>0</Nis>
    <Nombre>String</Nombre>
    <SubtotalsinISV>0</SubtotalsinISV>
    <Totalcalculado>0</Totalcalculado>
  </DatosFactura>
  <FechaTransaccion>String</FechaTransaccion>
  <IdTransaccionBanco>String</IdTransaccionBanco>
  <ReferenciaPago>String</ReferenciaPago>
</DatosHNPagoResponse>

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