/
ProductOccupancy
ProductOccupancy
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the Policy. |
product | Product | true | Related Product. |
adult | Integer | true | Number of adults. |
junior | Integer | true | Number of junior. |
child | Integer | true | Number of child. |
infant | Integer | true | Number of infant. |
rateProductOccupancySet | List<RateProductOccupancySet> | false | List of RateProductOccupancy |
JSON representation
{ "id": 1, "product": { "id": 1, "code": "DBL", "name": "Double Room", "productType": { "code": "ACC", "name": "Accomodation" } }, "adult": 2, "junior": 0, "child": 0, "infant": 0, "rateProductOccupancySet": [ { "id": 1, "rateId": 2, "productOccupancyId": 1, "rateProductOccupancyAvailabilitySet": [ { "id": 50, "rateProductOccupancyId": 1, "date": "2023-08-19", "amountAfterTax": 172.000000, "closed": false, "minStay": 0, "maxStay": 0, "closedToArrival": false, "closedToDeparture": false, "percentDiscount": null, "amountDiscount": null }... } ] }
, multiple selections available,
Related content
RateProductOccupancy
RateProductOccupancy
More like this
AvailabilityProduct
AvailabilityProduct
More like this
AvailabilityBestPropertySummary
AvailabilityBestPropertySummary
More like this
Availability
Availability
More like this
ReservationGroupRoomBlock
ReservationGroupRoomBlock
More like this
ReservationRoomStay
ReservationRoomStay
More like this