GET api/Quotehotel?folioreserva={folioreserva}&foliodet={foliodet}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| folioreserva | integer |
Required |
|
| foliodet | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HabitacionRecotizada| Name | Description | Type | Additional information |
|---|---|---|---|
| proveedor | string |
None. |
|
| hotel | string |
None. |
|
| habitacion | string |
None. |
|
| plan | string |
None. |
|
| sujetoADisponibilidad | integer |
None. |
|
| aplicaCierreDeFechas | integer |
None. |
|
| claveContrato | string |
None. |
|
| folioHHP | integer |
None. |
|
| claveHabitacion | string |
None. |
|
| clavePlan | string |
None. |
|
| total | decimal number |
None. |
|
| esReembolsable | integer |
None. |
|
| nombreContrato | string |
None. |
|
| totalPublico | decimal number |
None. |
|
| tblproveedor_folio | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"proveedor": "sample string 1",
"hotel": "sample string 2",
"habitacion": "sample string 3",
"plan": "sample string 4",
"sujetoADisponibilidad": 5,
"aplicaCierreDeFechas": 6,
"claveContrato": "sample string 7",
"folioHHP": 8,
"claveHabitacion": "sample string 9",
"clavePlan": "sample string 10",
"total": 11.1,
"esReembolsable": 12,
"nombreContrato": "sample string 13",
"totalPublico": 14.1,
"tblproveedor_folio": 15
},
{
"$ref": "1"
}
]