POST Api/STP/Conciliacion
Request Information
URI Parameters
None.
Body Parameters
ConciliacionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| empresa | string |
None. |
|
| fechaOperacion | integer |
None. |
|
| firma | string |
None. |
|
| page | integer |
None. |
|
| tipoOrden | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"empresa": "sample string 1",
"fechaOperacion": 2,
"firma": "sample string 3",
"page": 4,
"tipoOrden": "sample string 5"
}
Response Information
Resource Description
Conciliacion| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | integer |
None. |
|
| mensaje | string |
None. |
|
| datos | Collection of Detalles |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"estado": 1,
"mensaje": "sample string 2",
"datos": [
{
"idEF": 1,
"claveRastreo": "sample string 2",
"claveRastreoDevolucion": "sample string 3",
"conceptoPago": "sample string 4",
"cuentaBeneficiario": "sample string 5",
"cuentaOrdenante": "sample string 6",
"empresa": "sample string 7",
"estado": "sample string 8",
"fechaOperacion": 9,
"institucionContraparte": 10,
"institucionOperante": 11,
"medioEntrega": 12,
"monto": 13.0,
"nombreBeneficiario": "sample string 14",
"nombreOrdenante": "sample string 15",
"nombreCep": "sample string 16",
"rfcCep": "sample string 17",
"sello": "sample string 18",
"rfcCurpBeneficiario": "sample string 19",
"referenciaNumerica": 20,
"rfcCurpOrdenante": "sample string 21",
"tipoCuentaBeneficiario": 22,
"tipoCuentaOrdenante": 23,
"tipoPago": 24,
"tsCaptura": 25,
"tsLiquidacion": 26,
"causaDevolucion": "sample string 27",
"urlCEP": "sample string 28"
},
{
"idEF": 1,
"claveRastreo": "sample string 2",
"claveRastreoDevolucion": "sample string 3",
"conceptoPago": "sample string 4",
"cuentaBeneficiario": "sample string 5",
"cuentaOrdenante": "sample string 6",
"empresa": "sample string 7",
"estado": "sample string 8",
"fechaOperacion": 9,
"institucionContraparte": 10,
"institucionOperante": 11,
"medioEntrega": 12,
"monto": 13.0,
"nombreBeneficiario": "sample string 14",
"nombreOrdenante": "sample string 15",
"nombreCep": "sample string 16",
"rfcCep": "sample string 17",
"sello": "sample string 18",
"rfcCurpBeneficiario": "sample string 19",
"referenciaNumerica": 20,
"rfcCurpOrdenante": "sample string 21",
"tipoCuentaBeneficiario": 22,
"tipoCuentaOrdenante": 23,
"tipoPago": 24,
"tsCaptura": 25,
"tsLiquidacion": 26,
"causaDevolucion": "sample string 27",
"urlCEP": "sample string 28"
}
],
"total": 3
}