/
ReservationRoomStay

ReservationRoomStay

Structure

FieldTypeRequiredDescription
idintfalseUnique identifier for the Reservation.
reservationStatusTypeReservationStatusTypefalseStatus
reservationSituationTypeReservationSituationTypefalseSituation of the Reservation Room Stay
arrivalstringfalseDate of arrival (yyyy-MM-dd).
departurestringfalseDate of departure (yyyy-MM-dd).
arrivalTimestringfalseTime of arrival (HH:mm:ss).
departureTimestringfalseTime of arrival (HH:mm:ss).
quantityintfalseAmount of accommodations
accommodationAccommodationfalseThe type of Acoommodation
roomRoomfalseRoom asigned.
adultintfalseAmount of adults.
juniorintfalseAmount of juniors.
childint falseAmount of childs.
infantint falseAmount of infants.
accomodationAmountbigDecimalfalseAmount of the accomodation.
boardAmountbigDecimalfalseAmount of the boards.
serviceAmountbigDecimalfalseAmount of the services.
totalAmountbigDecimalfalseTotal amount of the stay.
productFeeFeefalseThe type of fee applied to this ReservationRoomStay
pmsLocatorstringfalseLocator used in the PMS.
crsLocatorstringfalseLocator used in the CRS.
otaLocatorstringfalseLocator used in the OTA.
cmLocatorstringfalseLocator used in the CM.
remarkstringfalse
reservationRoomStayGuestsArray of ReservationRoomStayGuesttrueGuests that has this ReservationRoomStay.
mainBoardBoardtrueBoard associated to this ReservationRoomStay.

reservationRoomStayDaily

Array of ReservationRoomStayDailytrue

reservationRoomStayServiceList

Array of ReservationRoomStayServicetrue
createdDateLocalDateTimefalse
modifiedDateLocalDateTimefalse
mainBookerCompanyfalse
mainBillToCompanyfalse
mainCentralCompanyfalse
mainCompanyCompanyfalse
mainRateRatefalse
mainOfferOfferfalse
mainPromotionPromotionfalse
depositReservationDepositfalse
reservationTypeReservationTypefalse
reservationRoomStayCustomFieldValueSetList<ReservationRoomStayCustomFieldValue>false
PropertyPropertyfalse

JSON representation

{
            "id": 1,
            "reservationStatusType": {
                "id": 4,
                "code": "IH",
                "name": "InHouse",
                "nameI18n": "InHouse",
                "colorCode": "#64b5f6"
            },
            "reservationSituationType": null,
            "arrival": "2023-09-23",
            "departure": "2023-09-28",
            "arrivalTime": null,
            "departureTime": null,
            "quantity": 1,
            "accommodation": {
                "id": 692,
                "name": "Single",
                "code": null,
                "roomType": {
                    "id": 2,
                    "chainRoomTypeId": 1,
                    "name": "Single",
                    "nameI18n": "Single",
                    "mainImage": "1/2/propertyroomtypeimages/54d1d5ec-a263-46f4-89e9-8411a5f1f45a.jpg",
                    "active": true
                }
            },
            "room": {
                "id": 6,
                "code": "106",
                "name": "106",
                "roomSpaceStatusType": null,
                "reservationRoomStay": null,
                "roomSituationType": null,
                "roomType": null
            },
            "adult": 1,
            "junior": 0,
            "child": 0,
            "infant": 0,
            "accommodationAmount": 552.330000,
            "boardAmount": 0.000000,
            "serviceAmount": 200.000000,
            "totalAmount": 752.330000,
            "productFee": {
                "id": 842,
                "name": "City Tax Mallorca"
            },
            "pmsLocator": "SEP00000001/1",
            "crsLocator": null,
            "otaLocator": null,
            "cmLocator": null,
            "remark": null,
            "reservationRoomStayGuests": [
                {
                    "id": 1,
                    "profileId": 1295,
                    "documentType": {
                        "id": 5,
                        "code": "D",
                        "name": "National identity document",
                        "nameI18n": "National identity document"
                    },
                    "documentNumber": "VKMWTZYh",
                    "givenName": "Joshua",
                    "surName": "Maëlla",
                    "secondSurName": "Jenkins",
                    "genderType": {
                        "id": 2,
                        "code": "F",
                        "name": "Female",
                        "nameI18n": "Female"
                    },
                    "birthDate": "2005-10-23",
                    "birthCountryCode": "ES",
                    "birthPlace": "Denver",
                    "effectiveDate": "2022-10-23",
                    "expireDate": "2025-10-23",
                    "street": "2 Northview Crossing",
                    "city": "Denver",
                    "stateProvName": null,
                    "stateProvCode": "ES-AL",
                    "countryCode": "ES",
                    "postalCode": "80279",
                    "nationalityCountryCode": "ES",
                    "countryOfIssuanceCode": "ES",
                    "ocr": null,
                    "email": "kwebb8b@google.cn",
                    "phoneNumber": "1-(303)647-9348",
                    "allowMarketing": null,
                    "allowThirdParty": null,
                    "language": null,
                    "registrationNumber": 1,
                    "reservationRoomStayGuestCustomFieldValueSet": [
                        {
                            "id": 1,
                            "code": "SMOKER",
                            "name": "Smoker",
                            "booleanValue": null,
                            "numberValue": null,
                            "stringValue": null,
                            "dateValue": null,
                            "customField": {
                                "id": 1,
                                "code": "SMOKER",
                                "name": "Smoker",
                                "required": true,
                                "booleanDefaultValue": null,
                                "booleanAllowUndefined": false,
                                "numberDefaultValue": null,
                                "numberMinValue": null,
                                "numberMaxValue": null,
                                "stringDefaultValue": null,
                                "stringMinLength": null,
                                "stringMaxLength": null,
                                "stringRegExp": null,
                                "dateDefaultValue": null,
                                "dateSystemLimit": null,
                                "dateMinValue": null,
                                "dateMaxValue": null,
                                "selectDefaultValue": null,
                                "selectEntityName": null,
                                "selectParams": null,
                                "selectSetId": null,
                                "selectName": null,
                                "multiSelectDefaultValue": null,
                                "multiSelectEntityName": null,
                                "multiSelectParams": null,
                                "multiSelectSetId": null,
                                "multiSelectName": null
                            },
                            "selectValue": null,
                            "multiSelectValueList": null
                        }
				 ],
			"reservationRoomStayServiceList": null,
            "createdDate": "2023-10-23T09:59:32.682Z",
            "modifiedDate": "2023-10-23T10:03:16.897Z",
            "mainBooker": null,
            "mainBillTo": null,
            "mainCentral": null,
            "mainCompany": null,
            "mainRate": null,
            "mainOffer": null,
            "mainPromotion": null,
            "deposit": null,
			"reservationType" : {
        		"id": 2,
        		"chainId": 1,
        		"propertyId": 2,
        		"code": "PREVIEW",
        		"name": "Pending Review",
        		"colorCode": "#FDD835",
        		"active": true
		    },
            "reservationRoomStayCustomFieldValueSet": null,
			 "property": {
				"id": 2,
				"code": "SEP",
				"name": "Hotel Sepulveda",
				"remark": null,
				"colorCode": "#7CB342",
				"active": true,
				"inactiveReason": null,
				"propertyClassTypeRating": {
					"id": 8,
					"code": "14S",
					"name": "4 **** S",
					"nameI18n": "4 **** S",
					"propertyClassType": {
						"id": 1,
						"code": "1",
						"name": "Hotel",
						"nameI18n": "Hotel"
					}
				},
				"propertyAddress": {
					"id": 1,
					"primary": false,
					"street": "Numancia 46, 2ª planta Barcelona",
					"city": "Barcelona",
					"stateProvName": "Las Palmas",
					"municipalityName": null,
					"postalCode": "44505",
					"country": {
						"id": 199,
						"code": "ESP",
						"name": "SPAIN",
						"nameI18n": "SPAIN"
					},
					"remark": null
				},
				"propertyPhone": {
					"id": 1,
					"primary": false,
					"countryAccessCode": "+34",
					"areaCityCode": "B",
					"phoneNumber": "1-(330)515-1019",
					"extension": "1",
					"remark": null
				},
				"propertyEmail": {
					"id": 1,
					"primary": false,
					"email": "sfreemanfr@bigcartel.com",
					"remark": null
				},
				"chainPropertyGroupList": null
			}
}

Related content