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

« Previous Version 2 Next »

Structure

FieldTypeRequiredDescription
adultintfalseadult
juniorintfalseadult
childintfalseadult
infantintfalseadult
occupancyBoardAvailabilityListList<OccupancyBoardAvailability>falseList of OccupancyBoardAvailability

JSON representation

{
	"adult": 2,
	"junior": 0,
	"child": 0,
	"infant": 0,
	"occupancyBoardAvailabilityList": [
		{
			"id": 5,
			"code": "RO",
			"name": "Room Only",
			"rateAvailabilityList": [
				{
					"rate": {
						"id": 2,
						"name": "Best Available Rate",
						"nameI18n": "Best Available Rate",
						"description": null,
						"descriptionI18n": null,
						"order": null
					    "tagList": [
										{
											"id": 1,
											"name": "holiday"
										}
									]
					},
					"board": {
						"id": 5,
						"name": "Room Only",
						"nameI18n": "Room Only",
						"order": null
					},
					"promotion": null,
					"offer": null,
					"propertyPolicy": {
						"id": 12,
						"name": "24 Hours 1 Night",
						"nameI18n": "24 Hours 1 Night",
						"description": null,
						"descriptionI18n": null,
						"colorCode": "#43A047",
						"nonRefundable": null,
						"chargeDate": null
					},
					"avgPrice": 193.00,
					"totalPrice": 1158.000000,
					"totalAccommodationAmount": 1158.000000,
					"totalBoardAmount": 0,
					"totalServiceAmount": 0,
					"dayAvailabilityList": [
						{
							"date": "2023-10-18",
							"displayAmount": 193.000000,
							"amount": 193.000000,
							"sourceAmount": 193.000000,
							"accommodationAmount": 193.000000,
							"sourceAccommodationAmount": 193.000000,
							"boardAmount": 0,
							"sourceBoardAmount": 0,
							"serviceAmount": 0,
							"sourceServiceAmount": 0
						},
						{
							"date": "2023-10-15",
							"displayAmount": 193.000000,
							"amount": 193.000000,
							"sourceAmount": 193.000000,
							"accommodationAmount": 193.000000,
							"sourceAccommodationAmount": 193.000000,
							"boardAmount": 0,
							"sourceBoardAmount": 0,
							"serviceAmount": 0,
							"sourceServiceAmount": 0
						},
						{
							"date": "2023-10-16",
							"displayAmount": 193.000000,
							"amount": 193.000000,
							"sourceAmount": 193.000000,
							"accommodationAmount": 193.000000,
							"sourceAccommodationAmount": 193.000000,
							"boardAmount": 0,
							"sourceBoardAmount": 0,
							"serviceAmount": 0,
							"sourceServiceAmount": 0
						},
						{
							"date": "2023-10-19",
							"displayAmount": 193.000000,
							"amount": 193.000000,
							"sourceAmount": 193.000000,
							"accommodationAmount": 193.000000,
							"sourceAccommodationAmount": 193.000000,
							"boardAmount": 0,
							"sourceBoardAmount": 0,
							"serviceAmount": 0,
							"sourceServiceAmount": 0
						},
						{
							"date": "2023-10-17",
							"displayAmount": 193.000000,
							"amount": 193.000000,
							"sourceAmount": 193.000000,
							"accommodationAmount": 193.000000,
							"sourceAccommodationAmount": 193.000000,
							"boardAmount": 0,
							"sourceBoardAmount": 0,
							"serviceAmount": 0,
							"sourceServiceAmount": 0
						},
						{
							"date": "2023-10-20",
							"displayAmount": 193.000000,
							"amount": 193.000000,
							"sourceAmount": 193.000000,
							"accommodationAmount": 193.000000,
							"sourceAccommodationAmount": 193.000000,
							"boardAmount": 0,
							"sourceBoardAmount": 0,
							"serviceAmount": 0,
							"sourceServiceAmount": 0
						}
					]
				}
			]
		}
	]
}
  • No labels