Skip to content

Instantly share code, notes, and snippets.

@enisinanaj
Created January 31, 2025 22:11
Show Gist options
  • Save enisinanaj/be91c0d8bde858b6e85079fd8293f4a4 to your computer and use it in GitHub Desktop.
Save enisinanaj/be91c0d8bde858b6e85079fd8293f4a4 to your computer and use it in GitHub Desktop.
Reservation Example Payload
{
"stayIdentifierDto": {
"hotelId": "6722864168304640",
"reservationNumber": "BKDUS001405%2F1%2FPF000643",
"externalReservationNumber": "BKDUS001405%2F1%2FPF000643",
"roomNumber": "520"
},
"clockReservationNumber": "BKDUS001405-1-PF000643",
"stayTimeDto": {
"arrivalDate": "2025-01-31",
"arrivalTime": "14:00",
"depatureDate": "2025-02-02",
"depatureTime": "11:00"
},
"guestDto": {
"profileType": "1",
"salutation": "",
"name1": "Araceli",
"name2": "Arteaga",
"email": "[email protected]",
"addresses": [
{
"address1": "Vorgartenstrasse 206B",
"postalCode": "1020",
"city": "Wien",
"country": "Austria",
"type": "1"
}
],
"telephone": null,
"language": "en",
"guestNumber": "PF000643"
},
"status": "CHECKED_IN",
"allowOnlineCheckIn": "true",
"allowOnlineCheckOut": "true",
"type": "CLOCK",
"roomAvailable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment