ReservationSpaceRack

Structure

FieldTypeRequiredDescription
pmsLocatorStringtrueThe locator assigned by the PMS.
guestString
Guest name.
arrivalLocalDate
Date arrival of reservation
departureLocalDate
Date departure of reservation
adultInteger
Occupancy of Adult.
juniorInteger
Occupancy of junior.
childInteger
Occupancy of child.
infantInteger
Occupancy of infant.
remarkString
Remark of reservation room stay.
billToCompany

extraBedInteger

extraCotInteger

JSON representation

{
    "pmsLocator" : "LG00039059/53036",
    "arrival" : "2022-01-02",
    "departure" : "2022-01-03",
    "adult" : 2,
    "junior" : 0,
    "child" : 0,
    "infant" : 0,
    "guest" : "BYRNE , CIARA",
    "remark" : "PONER CAMA EXTRA",
    "extraBed" : 1,
    "extraCot" : 0
}