Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created January 30, 2014 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleytonmessias/8710735 to your computer and use it in GitHub Desktop.
Save cleytonmessias/8710735 to your computer and use it in GitHub Desktop.
Payload
{
"order_id": 12,
"delivery_date", "2013-11-05T18:39:57-03:00",
"client": {
"first_name": "Tiago",
"last_name": "Lima",
"email": "tiago@example.com"
},
"items": [
{
"name": "Televisor",
"id": "5115",
"url": "http://product.public.url.com",
"price": 19.20
},
{
"name": "Laptop",
"id": "123",
"url": "http://product.public.url.com",
"price": 23
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment