Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Last active December 3, 2017 11:18
Show Gist options
  • Save geraldcroes/e73cd2cb634aa412936c6f424d90a83b to your computer and use it in GitHub Desktop.
Save geraldcroes/e73cd2cb634aa412936c6f424d90a83b to your computer and use it in GitHub Desktop.
REST 101 - New reservation in collection
[
{
"reservation_id" : "R1",
"client_id" : "robert-id",
"date" : "2017-10-10",
"time" : "9:00pm",
"number_of_guests" : 10
},
{
"reservation_id" : "R2",
"client_id" : "helen-id",
"date" : "2017-03-03",
"time" : "9:00pm",
"number_of_guests" : 3
},
{
"reservation_id" : "R3",
"client_id" : "my-id",
"date" : "2017-12-12",
"time" : "9:30pm",
"number_of_guests" : 12
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment