PriceUpdateAccommodationDetail

Structure

FieldTypeRequiredDescription
startDateLocalDatetrue
endDateLocalDatetrue
priceIntegertrue
closedBooleantrueIf neither true/nor false send null
minStayIntegertrue
maxStayIntegertrue
closedToArrivalBooleantrueIf neither true/nor false send null
closedToDepartureBooleantrueIf 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
}