save reservations
Save reservations
Parameters
Header Parameters
Request Body required
Reservations to save
object
Date of the booking
Date of last modification
Last booked property code
Date reservation was cancelled
Reason reservation was cancelled
Booking channel reservation was made with
Client code associated with reservation
Confirmation number of the reservation
Correlation ID
Multi reservation id
Origin country of guest making reservation
Number of rooms in reservation
Primary sharer
Property code associated with this reservation
Id of reservation
object
Date of arrival
Booked room type code
Date of departure
Group block code
Room type code
Market segment code
Number of adults
Number of children
Number of infants
Child age buckets
object
Minimum age
Maximum age
Number of children
Currency code
Rate code
object
End date
Gross rate
Rate value
Start date
Room number
object
End date of service
Is the service inclusive
Reservation package
Room revenue package
Name of service
Value of service
Start date of service
Source booking code
object
Id
Type of profile
Profile context
Profile name
Share id
List of sharers
Status of reservation
object
object
Net beverage revenue
Net food revenue
Net other revenue
Net room revenue
Net total revenue
Gross total revenue
Ticket price
Net ticket price
object
Total ticket revenue
Net total ticket revenue
Examples
[ { "clientCode": "TESTCLIENT", "propertyCode": "TESTHOTELCODE", "correlationId": "6825ceed2ea6702a68b8e6", "lastModifiedDateTime": "2021-10-14T12:55:20.311Z", "reservationId": "219849-839960", "confirmationNumber": "839960", "status": "RESERVED", "bookingDateTime": "2022-01-01T12:23:34Z", "numberOfRooms": 1, "multiReservationId": null, "shareId": "2321", "cancellationDateTime": null, "cancellationReason": null, "channel": "GDS", "nationality": "NL", "roomStays": [ { "arrivalDate": "2021-07-03", "departureDate": "2021-07-04", "roomTypeCode": "SGC", "bookedRoomTypeCode": "DBL", "marketSegmentCode": "CORP", "groupBlockCode": "Grp1", "sourceBookingCode": "AA", "roomNumber": "100", "numberOfAdults": 1, "numberOfChildren": 2, "currencyCode": "USD", "rateCode": "FLRA3", "rates": [ { "startDate": "2021-07-03", "endDate": "2021-07-04", "rateValue": "68.87", "grossRateValue": "82.64" } ], "childAgeBuckets": [ { "minimumAge": "3", "maximumAge": "8", "numberOfChildren": "2" } ], "services": [ { "startDate": "2021-07-03", "endDate": "2021-07-04", "serviceName": "SPCT", "serviceValue": 2.83, "inclusive": false, "reservationPackage": false, "roomRevenuePackage": false } ] }, { "arrivalDate": "2021-07-05", "departureDate": "2021-07-06", "roomTypeCode": "SGC", "bookedRoomTypeCode": "DBL", "marketSegmentCode": "CORP", "groupBlockCode": "Grp2", "sourceBookingCode": "BB", "roomNumber": "101", "numberOfAdults": "1", "numberOfChildren": "2", "currencyCode": "USD", "rateCode": "FLRA4", "rates": [ { "startDate": "2021-07-05", "endDate": "2021-07-06", "rateValue": "89.99", "grossRateValue": "105.67" }, { "startDate": "2021-07-07", "endDate": "2021-07-08", "rateValue": "78.87", "grossRateValue": "92.64" } ], "childAgeBuckets": [ { "minimumAge": "5", "maximumAge": "10", "numberOfChildren": "1" } ], "services": [ { "startDate": "2021-07-05", "endDate": "2021-07-06", "serviceName": "BKF", "serviceValue": 10, "inclusive": false, "reservationPackage": false, "roomRevenuePackage": false } ] } ], "profiles": [ { "id": "7564321", "name": "IDeaS", "profileType": "COMPANY", "context": null } ], "stayRevenue": { "daily": [ { "occupancyDate": "2021-07-03", "netRoomRevenue": "68.87", "netFoodRevenue": "0.00", "netBeverageRevenue": "0.00", "netOtherRevenue": "2.83", "netTicketPrice": "80.00", "ticketPrice": "100.00", "netTotalRevenue": "151.7", "grossTotalRevenue": "185.47" }, { "occupancyDate": "2021-07-04", "netRoomRevenue": "68.87", "netFoodRevenue": "0.00", "netBeverageRevenue": "0.00", "netOtherRevenue": "2.83", "netTicketPrice": "80.00", "ticketPrice": "100.00", "netTotalRevenue": "151.7", "grossTotalRevenue": "185.47" } ], "summary": { "netTotalTicketRevenue": "160.00", "totalTicketRevenue": "200.00" } } }]
Responses
202
Reservations accepted
UUID of request
400
Bad request
object
HTTP status message
Fully qualified exception type
Exception / error message
HTTP status code for the error
Date and time the error occurred
500
Internal server error
object
HTTP status message
Fully qualified exception type
Exception / error message
HTTP status code for the error
Date and time the error occurred