Skip to content

Instantly share code, notes, and snippets.

@nikhilbansal
Last active February 27, 2017 15:28
Show Gist options
  • Save nikhilbansal/273a2b95885bca7101c8 to your computer and use it in GitHub Desktop.
Save nikhilbansal/273a2b95885bca7101c8 to your computer and use it in GitHub Desktop.
{
"booking_items": [
{
"category": "Mp3 Player",
"product_url": "xyz.com/A123456",
"qty": 2
},
{
"category": "Fridge",
"product_url": "xyz.com/B123456",
"qty": 1
}
],
"consignee": {
"address": "205 DSR Elegance, Near Wipro Park, Koramangala 1st Block",
"city": "Bangalore",
"country": "India",
"name": "Rikin Kachhia",
"phone": "9962396296",
"pincode": "560034",
"state": "Karnataka"
},
"consignor": {
"address": "205 DSR Elegance, Near Wipro Park, Koramangala 1st Block",
"city": "Bangalore",
"country": "India",
"name": "Xitij Kothi",
"phone": "9962396296",
"pincode": "560034",
"state": "Karnataka",
"email": "xitij@parcelled.in"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment