POST Efigas/NotifyRecaudo
Request Information
URI Parameters
None.
Body Parameters
RequestNotifyDataMachine| Name | Description | Type | Additional information |
|---|---|---|---|
| FechaTransaccion | string |
None. |
|
| HoraTransaccion | string |
None. |
|
| codigoIac | string |
None. |
|
| Referencia1 | string |
None. |
|
| FechaVen | string |
None. |
|
| Efectivo | string |
None. |
|
| TotalTransaccion | string |
None. |
|
| NroAutorizacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FechaTransaccion": "sample string 1",
"HoraTransaccion": "sample string 2",
"codigoIac": "sample string 3",
"Referencia1": "sample string 4",
"FechaVen": "sample string 5",
"Efectivo": "sample string 6",
"TotalTransaccion": "sample string 7",
"NroAutorizacion": "sample string 8"
}
application/xml, text/xml
Sample:
<SavingModels.RequestNotifyDataMachine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Efigas.Models"> <Efectivo>sample string 6</Efectivo> <FechaTransaccion>sample string 1</FechaTransaccion> <FechaVen>sample string 5</FechaVen> <HoraTransaccion>sample string 2</HoraTransaccion> <NroAutorizacion>sample string 8</NroAutorizacion> <Referencia1>sample string 4</Referencia1> <TotalTransaccion>sample string 7</TotalTransaccion> <codigoIac>sample string 3</codigoIac> </SavingModels.RequestNotifyDataMachine>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseGeneric| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 200,
"ResponseMessage": "sample string 1",
"ResponseData": {}
}
application/xml, text/xml
Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Efigas.Models"> <ResponseCode>OK</ResponseCode> <ResponseData /> <ResponseMessage>sample string 1</ResponseMessage> </SavingModels.ResponseGeneric>