GET api/Usuarioweb?cusuariofolio={cusuariofolio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cusuariofolio | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Reservaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | 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,
"Referencia": "sample string 2",
"Fecha": "sample string 3",
"TipoVenta": "sample string 4",
"statusReservas": "sample string 5",
"fechaPrimerServicio": "sample string 6",
"fechaUltimoServicio": "sample string 7",
"LimitePagoCliente": "sample string 8",
"PagoCliente": "sample string 9",
"PREF_PagoCliente": "sample string 10",
"PREF_tipoventa": "sample string 11",
"StatusGeneral": "sample string 12",
"diasFaltanClienteLlegue": 13,
"Moneda": "sample string 14",
"Total": 15.1,
"Saldo": 16.1,
"TotalPagado": 17.1
},
{
"$ref": "1"
}
]