PropertyRoomTypeAllotmentDailyQuantity
Structure
Field | Type | Required | Description |
---|---|---|---|
code | String | true | Code of the PropertyRoomType. |
name | String | true | Name of the PropertyRoomType. |
chainRoomType | ChainRoomType | true | Chain Room Type |
combined | boolean | false | |
active | Boolean | true | If this entity is active or not. |
inactiveReason | String | false | The reason why is not active. |
mainImage | String | false | url of main image inside app. |
allotmentDailyQuantityList | AllotmentDailyQuantity | false | list of Booking Forecast |
JSON representation
{ "code": "SGL", "name": "Single", "chainRoomType": { "id": 1, "code": "SGL", "name": "Single", "description": null, "chainRoomTypeGroupId": 9, "order": 1 }, "combined": false, "order": 1, "active": true, "mainImage": "1/2/propertyroomtypeimages/96b4f1df-1954-4d74- a2be-4186cf236774.jpg", "allotmentDailyQuantityList": [ { "date": "2024-09-26", "quantity": 44, "quantityConsumed": 0, "quantityAvailable": 44, "closed": false, "releaseDay": 0 }, { "date": "2024-09-27", "quantity": 44, "quantityConsumed": 0, "quantityAvailable": 44, "closed": false, "releaseDay": 0 }, { "date": "2024-09-28", "quantity": 44, "quantityConsumed": 0, "quantityAvailable": 44, "closed": false, "releaseDay": 0 }, { "date": "2024-09-29", "quantity": 44, "quantityConsumed": 0, "quantityAvailable": 44, "closed": false, "releaseDay": 0 }, { "date": "2024-09-30", "quantity": 44, "quantityConsumed": 0, "quantityAvailable": 44, "closed": false, "releaseDay": 0 } ] }