Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Structure
Field | Type | Required | Description |
---|
id | Integer | true | Unique identifier for the ReservationRoomStaySummary. |
reservationRoomStayId | String |
| The Id of the related ReservationRoomStay. |
arrival | LocalDate |
|
|
departure | LocalDate |
|
|
adult | Integer |
|
|
board | Board |
|
|
guest | String |
|
|
hasCredit | Boolean |
|
|
creditAvailable | BigDecimal |
| In case there's a limit of credit for the roomStay, this is the subtraction of the limit minus the amount of credit spent on the folios related to this roomStay. |
customerPrefererence | String |
| Preferences of customer, separated by commas |
JSON representation
{
"id" : 11661,
"arrival" : "2022-03-16",
"departure" : "2022-03-17",
"adult" : 3,
"board" : {
"id" : 1,
"code" : "SA",
"name" : "Sólo Alojamiento",
"serviceList" : null
},
"guest" : "GARCIA PEREZ, SEBASTIAN",
"hasCredit" : false,
"creditAvailable" : -91.340000,
"customerPreference" : "Fumador, Mascotas, Spa incluido"
}