Skip to content

Instantly share code, notes, and snippets.

@vas6ili
Created March 23, 2017 14:26
Show Gist options
  • Save vas6ili/0c436aa18000d2c5f830fe20af7596de to your computer and use it in GitHub Desktop.
Save vas6ili/0c436aa18000d2c5f830fe20af7596de to your computer and use it in GitHub Desktop.
Push reservation example
POST /reservations
{
"hotel": "S01543",
"reservationNumber": "123456",
"confirmationNumber": "654321",
"status": "Booked",
"arrivalDate": "2017-03-24",
"departureDate": "2017-03-26",
"room": {
"roomNumber": "201",
},
"preferredLanguage": "en",
"guest": {
"firstName": "Gigel",
"lastName": "Xsulescu",
"emails": [
{
"value": "gigel@xsulescu.com",
"primary": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment