/
RateBasePrice

RateBasePrice

Structure

FieldTypeRequiredDescription
rateRatetrueRate of this relationship.
rateBasePriceAvailabilityListArray of RateBasePriceAvailabilitytrueThe list of related availability per day.

JSON representation

{
	"rate": {
		"id": 32,
		"code": "FIT",
		"name": "FIT",
		"rateType": {
			"id": 10,
			"code": "PAC",
			"name": "Package"
		}
	},
	"rateBasePriceAvailabilityList": [{
		"date": "2022-11-18",
		"price": 192.000000,
		"closed": true,
		"minStay": 0,
		"maxStay": 0,
		"closedToArrival": false,
		"closedToDeparture": false
	}]
}

Related content