Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Last active December 16, 2015 01:59
Show Gist options
  • Save Sigmus/5359368 to your computer and use it in GitHub Desktop.
Save Sigmus/5359368 to your computer and use it in GitHub Desktop.
Modelo Zeus.
{
"order":
{
"client": {
"name": "Thiago",
"phone": "3454534",
"email": "[email protected]",
"shipping": {"id": 1}
},
"orderItens":
[
{
"itemType": {"id": 1},
"lids": [
{"length": 100, "width": 200, "height": 300},
{"length": 100, "width": 200, "height": 300}
],
"coif": {
"length": 100, "width": 300
},
"complement": {
"id": 34, "height": 500
},
"details": [ {"id": 98}, {"id": 99}, {"id": 97} ],
"tap": {"id": 300},
"rock": {"id": 400}
},
{
"itemType": {"id": 2},
"lids": [
{"length": 100, "width": 200, "height": 300},
{"length": 100, "width": 200, "height": 300}
],
"complement": {
"id": 34, "height": 500
},
"details": [ {"id": 98}, {"id": 99}, {"id": 97} ],
"tap": {"id": 300},
"rock": {"id": 400}
},
{
"itemType": {"id": 3},
"lids": [
{"length": 100, "width": 200, "height": 300},
{"length": 100, "width": 200, "height": 300}
],
"complement": {
"id": 34, "height": 500
},
"details": [ {"id": 98}, {"id": 99}, {"id": 97} ],
"tap": {"id": 300},
"rock": {"id": 400}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment