Last active
February 27, 2017 15:28
-
-
Save nikhilbansal/273a2b95885bca7101c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment