/
PriceUpdateAccommodationDetail
PriceUpdateAccommodationDetail
Structure
Field | Type | Required | Description |
---|---|---|---|
startDate | LocalDate | true | |
endDate | LocalDate | true | |
price | Integer | true | |
closed | Boolean | true | If neither true/nor false send null |
minStay | Integer | true | |
maxStay | Integer | true | |
closedToArrival | Boolean | true | If neither true/nor false send null |
closedToDeparture | Boolean | true | If neither true/nor false send null |
JSON representation
{ "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
PriceUpdateAccommodation
PriceUpdateAccommodation
More like this
PriceUpdateBaseAccommodation
PriceUpdateBaseAccommodation
More like this
PriceUpdateBaseAccommodationAccommodation
PriceUpdateBaseAccommodationAccommodation
More like this
PriceUpdate
PriceUpdate
More like this
PriceUpdateBasePrice
PriceUpdateBasePrice
More like this
RateBasePriceAvailability
RateBasePriceAvailability
More like this