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 3 Current »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the ReservationGroupRoomBlock.
productAccomodationProducttrueRelated product with its occupancy (adults, junior, child, infant).
adultIntegerfalse
juniorIntegerfalse
childIntegerfalse
infantIntegerfalse

reservationGroupRoomBlockDailyList

List of ReservationGroupRoomBlockDaily.trueDaily detail of this room block.

JSON representation

	{
            "id": 1,
            "productAccommodation": {
                "id": 722,
                "chainProductId": 49,
                "code": "DBL",
                "name": "Double",
                "nameI18n": "Double",
                "productType": {
                    "id": 1,
                    "code": "ACC",
                    "name": "Accommodation",
                    "nameI18n": "Accommodation"
                }
            },
            "propertyRoomSubType": null,
            "adult": 2,
            "junior": 0,
            "child": 0,
            "infant": 0,
            "reservationGroupRoomBlockDailyList": [
                {
                    "id": 1,
                    "date": "2024-01-02",
                    "quantity": 1,
                    "price": 800.000000,
                    "quantityConsumed": 1,
                    "quantityAvailable": 0
                },
                {
                    "id": 3,
                    "date": "2024-01-03",
                    "quantity": 0,
                    "price": 0.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 4,
                    "date": "2024-01-04",
                    "quantity": 0,
                    "price": 0.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 5,
                    "date": "2024-01-05",
                    "quantity": 0,
                    "price": 0.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                }
            ]
        }
  • No labels