GET api/Cliente/lista?usuariofolio={usuariofolio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| usuariofolio | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Reservaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| aplicaCancelacion | integer |
None. |
|
| Referencia | string |
None. |
|
| Fecha | string |
None. |
|
| TipoVenta | string |
None. |
|
| statusReservas | string |
None. |
|
| fechaPrimerServicio | string |
None. |
|
| fechaUltimoServicio | string |
None. |
|
| LimitePagoCliente | string |
None. |
|
| PagoCliente | string |
None. |
|
| PREF_PagoCliente | string |
None. |
|
| PREF_tipoventa | string |
None. |
|
| StatusGeneral | string |
None. |
|
| diasFaltanClienteLlegue | integer |
None. |
|
| Moneda | string |
None. |
|
| Total | decimal number |
None. |
|
| Saldo | decimal number |
None. |
|
| TotalPagado | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Folio": 1,
"aplicaCancelacion": 2,
"Referencia": "sample string 3",
"Fecha": "sample string 4",
"TipoVenta": "sample string 5",
"statusReservas": "sample string 6",
"fechaPrimerServicio": "sample string 7",
"fechaUltimoServicio": "sample string 8",
"LimitePagoCliente": "sample string 9",
"PagoCliente": "sample string 10",
"PREF_PagoCliente": "sample string 11",
"PREF_tipoventa": "sample string 12",
"StatusGeneral": "sample string 13",
"diasFaltanClienteLlegue": 14,
"Moneda": "sample string 15",
"Total": 16.1,
"Saldo": 17.1,
"TotalPagado": 18.1
},
{
"$ref": "1"
}
]