POST 1cero1/GetAnyTransactions
Request Information
URI Parameters
None.
Body Parameters
RequestConsultTrx| Name | Description | Type | Additional information |
|---|---|---|---|
| Entidad | string |
None. |
|
| Tramite | string |
None. |
|
| MedioPago | integer |
None. |
|
| FechaInicio | string |
None. |
|
| FechaFin | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Entidad": "sample string 1",
"Tramite": "sample string 2",
"MedioPago": 3,
"FechaInicio": "sample string 4",
"FechaFin": "sample string 5"
}
application/xml, text/xml
Sample:
<RequestConsultTrx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiPaypadServices.Models"> <Entidad>sample string 1</Entidad> <FechaFin>sample string 5</FechaFin> <FechaInicio>sample string 4</FechaInicio> <MedioPago>3</MedioPago> <Tramite>sample string 2</Tramite> </RequestConsultTrx>
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:
<ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiPaypadServices.Models"> <ResponseCode>OK</ResponseCode> <ResponseData /> <ResponseMessage>sample string 1</ResponseMessage> </ResponseGeneric>