ServpubWS

<back to all web services

DatosHNReversion

Requires Authentication
The following routes are available for this service:
All Verbs/Recaudo/Reversion
DatosHNReversion Parameters:
NameParameterData TypeRequiredDescription
DatosBancoqueryDatosBancoNo
ClavequerystringNo
MontoquerydoubleNo
FechaquerystringNo
HoraquerystringNo
IDTransquerystringNo
DatosBanco Parameters:
NameParameterData TypeRequiredDescription
BancoformstringNo
AgenciaformstringNo
SucursalformstringNo
UsuarioformstringNo
TerminalformstringNo
DatosHNReversionResponse Parameters:
NameParameterData TypeRequiredDescription
RefAnulacionformstringNo
DatosHNResponse Parameters:
NameParameterData TypeRequiredDescription
ResultadoformboolNo
CodigoErrorformintNo
MensajeformstringNo

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

HTTP + XML

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

POST /Recaudo/Reversion HTTP/1.1 
Host: recaudoenee.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<DatosHNReversion 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>
</DatosHNReversion>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<DatosHNReversionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <CodigoError>0</CodigoError>
  <Mensaje>String</Mensaje>
  <Resultado>false</Resultado>
  <RefAnulacion>String</RefAnulacion>
</DatosHNReversionResponse>