Skip to content

Instantly share code, notes, and snippets.

@itzurabhi
Created May 12, 2017 05:02
Embed
What would you like to do?
Order Post Structure
{
"waiter" : 1,
"items" : [
{
"id" : 1,
"portion" : 1,
"quantity" : 2,
"extras" : [
{
"id" : 14,
"portion" : 1,
"quantity" : 2
},
{
"id" : 15,
"portion" : 4,
"quantity" : 1
}
],
"options" : [
{
"id" : 14
},
{
"id" : 15
}
]
},
{
"id" : 2,
"portion" : 5,
"quantity" : 2,
"extras" : [
{
"id" : 14,
"portion" : 1,
"quantity" : 2
},
{
"id" : 15,
"portion" : 4,
"quantity" : 1
}
],
"options" : [
{
"id" : 14
},
{
"id" : 15
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment