PriceUpdateAccommodation
PriceUpdateAccommodation
Structure
Field | Type | Required | Description |
---|---|---|---|
accommodation | Accommodation | true | Accommodation that should be in the availability of the Rate. |
adult | Integer | true | |
junior | Integer | true | |
child | Integer | true | |
infant | Integer | true | |
priceUpdateAccommodationDetailList | Array of PriceUpdateAccommodationDetail | true |
JSON representation
{ { "accommodation": { "id": 782, "name": "Suite" }, "adult": 1, "junior": 0, "child": 0, "infant": 0, "priceUpdateAccommodationDetailList": [{ "startDate": "2021-02-10", "endDate": "2021-02-24", "price": 1.0000, "closed": true, "minStay": 2, "maxStay": 10, "closedToArrival": true, "closedToDeparture": true }] }
, multiple selections available,