FolioPOS
Structure
ReservationRoomStaySummaryField Type Required Description id int true Unique identifier for the Product. code string false Code of the folio sequence int true Sequence of the folio serie int true Numbered serie of the Folio. name string true Name of the Folio. folioType string true Type of the Folio. room RoomPOS false Room where the Folio is linked to. reservationRoomStaySummary ReservationRoomStaySummaryPOS false ReservationRoomStay where the Folio is linked to.
JSON representation
{ "id" : 15520, "sequence" : 37550, "code" : "413", "serie" : 2, "name" : "BLOKZIJL BLOKZIJL, SEBASTIAAN", "folioType" : { "id" : 2, "code" : "E", "name" : "Extra", "nameI18n" : "Extra" }, "room" : { "id" : 201, "code" : "413" }, "reservationRoomStaySummary" : { "id" : 11661, "arrival" : "2022-03-16", "departure" : "2022-03-17", "adult" : 3, "board" : { "id" : 1, "code" : "SA", "name" : "Sólo Alojamiento", "serviceList" : null }, "guest" : "BLOKZIJL BLOKZIJL, SEBASTIAAN", "hasCredit" : false, "creditAvailable" : -91.340000, "customerPreference" : "Fumador, Mascotas, Spa incluido" } }