Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operation

Information of the operation

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.reservation


Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}
.separator{
margin: 5px 0;
}



Div
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/reservationGroup/{reservationGroupId}



Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruerequest parameter

propertyIdIntegertruerequest parameter

reservationGroupIdIntegertruerequest parameter


Example request

Code Block
languagepowershell
themeDJango
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/reservationGroup/1



Response

Insert excerpt
ReservationGroup
ReservationGroup
nopaneltrue

Example response

Code Block
themeDJango
{
    "id": 1,
    "reservationSituationType": null,
    "reservationStatusType": {
        "id": 1,
        "code": "RES",
        "name": "Reserved",
        "nameI18n": "Reserved",
        "colorCode": "#43a047"
    },
    "name": "testReservation Test",
    "expiredDate": null,
    "arrival": "20232024-1001-2402",
    "departure": "20232024-1001-2506",
    "arrivalTime": null,
    "departureTime": null,
    "pmsLocator": "GSEP00000001",
    "crsLocator": null,
    "otaLocator": null,
    "cmLocator": null,
    "remark": null,
    "privateRemark": null,
    "reservationGroupRoomBlockList": null: [
        {
            "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
                }
            ]
        },
        {
            "id": 2,
            "productAccommodation": {
                "id": 692,
                "chainProductId": 47,
                "code": "SGL",
                "name": "Single",
                "nameI18n": "Single",
                "productType": {
                    "id": 1,
                    "code": "ACC",
                    "name": "Accommodation",
                    "nameI18n": "Accommodation"
                }
            },
            "propertyRoomSubType": null,
            "adult": 1,
            "junior": 0,
            "child": 0,
            "infant": 0,
            "reservationGroupRoomBlockDailyList": [
                {
                    "id": 2,
                    "date": "2024-01-02",
                    "quantity": 0,
                    "price": 0.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 6,
                    "date": "2024-01-03",
                    "quantity": 0,
                    "price": 100.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 7,
                    "date": "2024-01-04",
                    "quantity": 0,
                    "price": 200.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 8,
                    "date": "2024-01-05",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                }
            ]
        },
        {
            "id": 3,
            "productAccommodation": {
                "id": 692,
                "chainProductId": 47,
                "code": "SGL",
                "name": "Single",
                "nameI18n": "Single",
                "productType": {
                    "id": 1,
                    "code": "ACC",
                    "name": "Accommodation",
                    "nameI18n": "Accommodation"
                }
            },
            "propertyRoomSubType": null,
            "adult": 1,
            "junior": 0,
            "child": 0,
            "infant": 0,
            "reservationGroupRoomBlockDailyList": [
                {
                    "id": 9,
                    "date": "2024-01-02",
                    "quantity": 0,
                    "price": 100.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 10,
                    "date": "2024-01-03",
                    "quantity": 1,
                    "price": 100.000000,
                    "quantityConsumed": 1,
                    "quantityAvailable": 0
                },
                {
                    "id": 11,
                    "date": "2024-01-04",
                    "quantity": 0,
                    "price": 100.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 12,
                    "date": "2024-01-05",
                    "quantity": 0,
                    "price": 100.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                }
            ]
        },
        {
            "id": 4,
            "productAccommodation": {
                "id": 692,
                "chainProductId": 47,
                "code": "SGL",
                "name": "Single",
                "nameI18n": "Single",
                "productType": {
                    "id": 1,
                    "code": "ACC",
                    "name": "Accommodation",
                    "nameI18n": "Accommodation"
                }
            },
            "propertyRoomSubType": null,
            "adult": 1,
            "junior": 0,
            "child": 0,
            "infant": 0,
            "reservationGroupRoomBlockDailyList": [
                {
                    "id": 13,
                    "date": "2024-01-02",
                    "quantity": 0,
                    "price": 200.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 14,
                    "date": "2024-01-03",
                    "quantity": 0,
                    "price": 200.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 15,
                    "date": "2024-01-04",
                    "quantity": 2,
                    "price": 200.000000,
                    "quantityConsumed": 2,
                    "quantityAvailable": 0
                },
                {
                    "id": 16,
                    "date": "2024-01-05",
                    "quantity": 0,
                    "price": 200.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                }
            ]
        },
        {
            "id": 5,
            "productAccommodation": {
                "id": 692,
                "chainProductId": 47,
                "code": "SGL",
                "name": "Single",
                "nameI18n": "Single",
                "productType": {
                    "id": 1,
                    "code": "ACC",
                    "name": "Accommodation",
                    "nameI18n": "Accommodation"
                }
            },
            "propertyRoomSubType": null,
            "adult": 1,
            "junior": 0,
            "child": 0,
            "infant": 0,
            "reservationGroupRoomBlockDailyList": [
                {
                    "id": 17,
                    "date": "2024-01-02",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 18,
                    "date": "2024-01-03",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 19,
                    "date": "2024-01-04",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 20,
                    "date": "2024-01-05",
                    "quantity": 3,
                    "price": 300.000000,
                    "quantityConsumed": 2,
                    "quantityAvailable": 1
                }
            ]
        },
        {
            "id": 6,
            "productAccommodation": {
                "id": 722,
                "chainProductId": 49,
                "code": "DBL",
                "name": "Double",
                "nameI18n": "Double",
                "productType": {
                    "id": 1,
                    "code": "ACC",
                    "name": "Accommodation",
                    "nameI18n": "Accommodation"
                }
            },
            "propertyRoomSubType": null,
            "adult": 1,
            "junior": 0,
            "child": 0,
            "infant": 0,
            "reservationGroupRoomBlockDailyList": [
                {
                    "id": 21,
                    "date": "2024-01-02",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 22,
                    "date": "2024-01-03",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 23,
                    "date": "2024-01-04",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 0,
                    "quantityAvailable": 0
                },
                {
                    "id": 24,
                    "date": "2024-01-05",
                    "quantity": 0,
                    "price": 300.000000,
                    "quantityConsumed": 1,
                    "quantityAvailable": -1
                }
            ]
        }
    ],
    "allotment": null,
    "rate": null,
    "currency": {
        "id": 1,
        "code": "EUR",
        "name": "Euro",
        "nameI18n": "Euro",
        "symbol": "€",
        "decimalPlaces": 2
    },
    "offer": null,
    "offerAmountDiscount": null,
    "offerPercentDiscount": null,
    "promotion": null,
    "promotionAmountDiscount": null,
    "promotionPercentDiscount": null,
    "board": {
        "id": 5,
        "chainBoardId": 1,
        "code": "RO",
        "name": "Room Only",
        "nameI18n": "Room Only",
        "serviceList": null
    },
    "boardPriceAdult": 0.000000,
    "boardPriceJunior": 0.000000,
    "boardPriceChild": 0.000000,
    "boardPriceInfant": 0.000000,
    "boardAmountAfterDiscountAdult": 0.000000,
    "boardAmountAfterDiscountJunior": 0.000000,
    "boardAmountAfterDiscountChild": 0.000000,
    "boardAmountAfterDiscountInfant": 0.000000,
    "boardAmountAfterTaxAdult": 0.000000,
    "boardAmountBeforeTaxAdult": 0.000000,
    "boardAmountNetAfterTaxAdult": 0.000000,
    "boardAmountNetBeforeTaxAdult": 0.000000,
    "boardAmountInvoiceAfterTaxAdult": 0.000000,
    "boardAmountInvoiceBeforeTaxAdult": 0.000000,
    "boardAmountAfterTaxJunior": 0.000000,
    "boardAmountBeforeTaxJunior": 0.000000,
    "boardAmountNetAfterTaxJunior": 0.000000,
    "boardAmountNetBeforeTaxJunior": 0.000000,
    "boardAmountInvoiceAfterTaxJunior": 0.000000,
    "boardAmountInvoiceBeforeTaxJunior": 0.000000,
    "boardAmountAfterTaxChild": 0.000000,
    "boardAmountBeforeTaxChild": 0.000000,
    "boardAmountNetAfterTaxChild": 0.000000,
    "boardAmountNetBeforeTaxChild": 0.000000,
    "boardAmountInvoiceAfterTaxChild": 0.000000,
    "boardAmountInvoiceBeforeTaxChild": 0.000000,
    "boardAmountAfterTaxInfant": 0.000000,
    "boardAmountBeforeTaxInfant": 0.000000,
    "boardAmountNetAfterTaxInfant": 0.000000,
    "boardAmountNetBeforeTaxInfant": 0.000000,
    "boardAmountInvoiceAfterTaxInfant": 0.000000,
    "boardAmountInvoiceBeforeTaxInfant": 0.000000,
    "booker": null,
    "bookerAccommodationPercentageCommission": null,
    "bookerAccommodationAmountCommission": null,
    "bookerBoardPercentageCommission": null,
    "bookerBoardAmountCommission": null,
    "billTo": null,
    "billToAccommodationPercentageCommission": null,
    "billToAccommodationAmountCommission": null,
    "billToBoardPercentageCommission": null,
    "billToBoardAmountCommission": null,
    "billToAccommodationPercentageDiscount": null,
    "billToAccommodationAmountDiscount": null,
    "billToBoardPercentageDiscount": null,
    "billToBoardAmountDiscount": null,
    "central": null,
    "centralAccommodationPercentageCommission": null,
    "centralAccommodationAmountCommission": null,
    "centralBoardPercentageCommission": null,
    "centralBoardAmountCommission": null,
    "company": null,
    "companyAccommodationPercentageCommission": null,
    "companyAccommodationAmountCommission": null,
    "companyBoardPercentageCommission": null,
    "companyBoardAmountCommission": null,
    "paymentType": {
        "id": 1,
        "code": "G",
        "name": "Pay Guest",
        "nameI18n": "Pay Guest"
    },
    "policy": {
        "id": 12,
        "code": "24H",
        "name": "24 Hours 1 Night"
    },
    "source": {
        "id": 810,
        "code": "AGEINT",
        "name": "AgencyInterface"
    },
    "segment": {
        "id": 2227,
        "code": "CRUCONL",
        "name": "CruiseCompany Online"
    },
    "channel": {
        "id": 711,
        "code": "CRSWEB",
        "name": "CentralBooking ReservationSystemEngine"
    },
    "groupInvoice": falsetrue,
    "reservationPriceModelType": {
        "id": 1,
        "code": "AAT",
        "name": "Amount After Tax"
    },
    "totalQuantity": 08,
    "totalQuantityConsumed": 07,
    "totalQuantityAvailable": 01,
    "totalAccommodationPrice": 02200.000000,
    "totalBoardPrice": 0.000000,
    "totalServicePrice": 0.000000,
    "totalStayServicePrice": 0.000000,
    "totalPrice": 02200.000000,
    "reservationGroupHolder": {
        "id": 1,
        "documentNumber": null,
        "givenName": "testVerónica",
        "surName": null"Torres",
        "secondSurName": null,
        "street": null,
        "city": null,
        "stateProvName": null,
        "stateProvCode": null,
        "postalCode": null,
        "countryCode": null,
        "email": null"v.torres@tesipro.com",
        "phoneNumber": null"931998294",
        "language": null,
        "documentType": null
    },
    "createdDate": "20232024-1201-05T1531T10:0648:4035.537Z749Z",
    "modifiedDate": null"2024-01-31T17:01:17.259Z"
}