Skip to content

Instantly share code, notes, and snippets.

@lpender
Created March 19, 2017 22:25
Show Gist options
  • Save lpender/12e792d31c4e134dd943e58676b064a8 to your computer and use it in GitHub Desktop.
Save lpender/12e792d31c4e134dd943e58676b064a8 to your computer and use it in GitHub Desktop.
Orders POST request
{
"reservation_id": "123",
"addOns": [
{
"id": 1,
"amount": 1
},
{
"id": 4,
"amount": 1
},
{
"id": 4,
"amount": 1
},
{
"id": 1,
"amount": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment