Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Structure

FieldTypeRequiredDescription
rateRatetrueRate to update prices
priceUpdateAccommodationListArray of PriceUpdateBasePriceAccommodationtrue

JSON representation

 {
	"rate": {
		"id": 2,
		"code": "BAR",
		"name": "Best Available Rate"
	},
	"priceUpdateBasePriceAccommodationList": [
		{
			"priceUpdateBasePriceAccommodationDetailList": [{
				"startDate": "2021-02-10",
				"endDate": "2021-02-24",
				"price": 10.0000
			},
												  {
				"startDate": "2021-02-24",
				"endDate": "2021-03-05",
				"price": 25.0000
			}]
		}
	]
}
  • No labels