addedOutput schema / properties / past / items / properties / confirmationNumber / description
Added value: +"Booking reference. For stays booked through Roomza this is the supplier reference until the hotel issues its own number"
addedOutput schema / properties / past / items / properties / hotelConfirmationCode
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The hotel's own confirmation number; null until the hotel issues it"
+}
changedOutput schema / properties / past / items / required
Previous value: -[
- "bookingId",
- "hotelId",
- "hotelName",
- "hotelUrl",
- "city",
- "state",
- "checkIn",
- "checkOut",
- "nights",
- "confirmationNumber",
- "bookingPlatform",
- "status",
- "specialRequests"
-]New value: +[
+ "bookingId",
+ "hotelId",
+ "hotelName",
+ "hotelUrl",
+ "city",
+ "state",
+ "checkIn",
+ "checkOut",
+ "nights",
+ "confirmationNumber",
+ "hotelConfirmationCode",
+ "bookingPlatform",
+ "status",
+ "specialRequests"
+]
addedOutput schema / properties / upcoming / items / properties / confirmationNumber / description
Added value: +"Booking reference. For stays booked through Roomza this is the supplier reference until the hotel issues its own number"
addedOutput schema / properties / upcoming / items / properties / hotelConfirmationCode
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The hotel's own confirmation number; null until the hotel issues it"
+}
changedOutput schema / properties / upcoming / items / required
Previous value: -[
- "bookingId",
- "hotelId",
- "hotelName",
- "hotelUrl",
- "city",
- "state",
- "checkIn",
- "checkOut",
- "nights",
- "confirmationNumber",
- "bookingPlatform",
- "status",
- "specialRequests"
-]New value: +[
+ "bookingId",
+ "hotelId",
+ "hotelName",
+ "hotelUrl",
+ "city",
+ "state",
+ "checkIn",
+ "checkOut",
+ "nights",
+ "confirmationNumber",
+ "hotelConfirmationCode",
+ "bookingPlatform",
+ "status",
+ "specialRequests"
+]