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 }