Last active
August 29, 2015 14:17
-
-
Save nikhilbansal/fd59f2ae5d469a2de1f7 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
{ | |
"meta": { | |
"code": 201, | |
"type": "created" | |
}, | |
"data": { | |
"bookings": [{ | |
"booking_id": "BN68657688", | |
"booking_items": [{ | |
"is_cod": false, | |
"is_verified": false, | |
"category": "Mp3 Player", | |
"product_name": null, | |
"product_url": "xyz.com/A123456", | |
"qty": 2, | |
"value": 0 | |
}, { | |
"is_cod": false, | |
"is_verified": false, | |
"category": "Fridge", | |
"product_name": null, | |
"product_url": "xyz.com/B123456", | |
"qty": 1, | |
"value": 0 | |
}], | |
"booking_courier_partner": { | |
"name": "Parcelled", | |
"service": "Express" | |
}, | |
"confirmed_at": "2015-06-24T19:15:10.692+05:30", | |
"consignee": { | |
"address": "205 DSR Elegance, Near Wipro Park, Koramangala 1st Block", | |
"city": "Bangalore", | |
"name": "Rikin Kachhia", | |
"phone": 9962396296, | |
"pincode": 560034, | |
"state": "Karnataka" | |
}, | |
"consignor": { | |
"address": "205 DSR Elegance, Near Wipro Park, Koramangala 1st Block", | |
"city": "Bangalore", | |
"email": "[email protected]", | |
"name": "Xitij Kothi", | |
"phone": 9962396296, | |
"pincode": 560034, | |
"state": "Karnataka" | |
}, | |
"date_pickup": null, | |
"is_cod": false, | |
"pickup_images": null, | |
"status": "Confirmed", | |
"time_pickup_end": null, | |
"time_pickup_start": null | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment