FolioPOS

Structure

ReservationRoomStaySummary

FieldTypeRequiredDescription
idinttrueUnique identifier for the Product.
codestringfalseCode of the folio
sequenceinttrueSequence of the folio
serieinttrueNumbered serie of the Folio.
namestringtrueName of the Folio.
folioTypestringtrueType of the Folio.
roomRoomPOSfalseRoom where the Folio is linked to.
reservationRoomStaySummaryReservationRoomStaySummaryPOSfalseReservationRoomStay 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"
    }
  }