/
ReservationRoomStaySummaryPOS
ReservationRoomStaySummaryPOS
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 | |
reservationRoomStayGuestList | List<ReservationRoomStayGuest> | List of ReservationRoomStay Guest's |
JSON representation
{ "id" : 11661, "reservationRoomStayId": 16, "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" "reservationRoomStayGuestList": [ { "id": 48, "profileId": 1342, "documentType": { "id": 2, "code": "P", "name": "Passport", "nameI18n": "Passport" }, "documentNumber": "fIwhLFhS", "givenName": "Joyce", "surName": "Maëlann", "secondSurName": "White", "genderType": { "id": 1, "code": "M", "name": "Male", "nameI18n": "Male" }, "birthDate": "2006-01-16", "birthCountryCode": "GP", "birthPlace": "Springfield", "effectiveDate": "2023-01-16", "expireDate": "2026-01-16", "street": "3015 Blaine Lane", "city": "Springfield", "stateProvName": "Massachusetts", "stateProvCode": null, "countryCode": "GP", "postalCode": "1152", "nationalityCountryCode": "GP", "countryOfIssuanceCode": "GP", "ocr": null, "email": "jburtono9@slashdot.org", "phoneNumber": "1-(413)304-4301", "allowMarketing": null, "allowThirdParty": null, "language": null, "registrationNumber": 43, "reservationRoomStayGuestCustomFieldValueSet": null } ] }
, multiple selections available,
Related content
ReservationRoomStay
ReservationRoomStay
More like this
ReservationRoomStayServiceDaily
ReservationRoomStayServiceDaily
More like this
ReservationSummary
ReservationSummary
More like this
ReservationRoomStayService
ReservationRoomStayService
More like this
Reservation
Reservation
More like this
AvailabilityOccupancyBoard
AvailabilityOccupancyBoard
More like this