ReservationSpaceRack
Structure
Field | Type | Required | Description |
---|---|---|---|
pmsLocator | String | true | The locator assigned by the PMS. |
guest | String | Guest name. | |
arrival | LocalDate | Date arrival of reservation | |
departure | LocalDate | Date departure of reservation | |
adult | Integer | Occupancy of Adult. | |
junior | Integer | Occupancy of junior. | |
child | Integer | Occupancy of child. | |
infant | Integer | Occupancy of infant. | |
remark | String | Remark of reservation room stay. | |
billTo | Company | ||
extraBed | Integer | ||
extraCot | Integer |
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 }