/
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,
Related content
PriceUpdateAccommodationDetail
PriceUpdateAccommodationDetail
Read with this
PriceUpdateBaseAccommodation
PriceUpdateBaseAccommodation
Read with this
PriceUpdate
PriceUpdate
Read with this
Update Price for Rate By BaseAccommodation type [PUT]
Update Price for Rate By BaseAccommodation type [PUT]
Read with this
Update Price for Rate By BasePrice type [PUT]
Update Price for Rate By BasePrice type [PUT]
Read with this
Find Price for Rate by Occupancy [GET]
Find Price for Rate by Occupancy [GET]
Read with this