GET api/Hospede/{docID}/HistoricoReservas
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
docID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HistoricoReservaName | Description | Type | Additional information |
---|---|---|---|
ReservaID | integer |
None. |
|
TipoQuarto | string |
None. |
|
DataEntrada | date |
None. |
|
DataSaida | date |
None. |
|
NroHospedes | integer |
None. |
|
DocIDHospede | integer |
None. |
|
CheckIn | boolean |
None. |
|
CheckOut | boolean |
None. |
|
NroQuarto | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ReservaID": 1, "TipoQuarto": "sample string 2", "DataEntrada": "2025-08-02T10:08:13.2040124-05:00", "DataSaida": "2025-08-02T10:08:13.2040124-05:00", "NroHospedes": 5, "DocIDHospede": 4, "CheckIn": true, "CheckOut": true, "NroQuarto": 9 }, { "ReservaID": 1, "TipoQuarto": "sample string 2", "DataEntrada": "2025-08-02T10:08:13.2040124-05:00", "DataSaida": "2025-08-02T10:08:13.2040124-05:00", "NroHospedes": 5, "DocIDHospede": 4, "CheckIn": true, "CheckOut": true, "NroQuarto": 9 } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.