Skip to content

Instantly share code, notes, and snippets.

@nikhilbansal
Last active August 29, 2015 14:17
Show Gist options
  • Save nikhilbansal/fd59f2ae5d469a2de1f7 to your computer and use it in GitHub Desktop.
Save nikhilbansal/fd59f2ae5d469a2de1f7 to your computer and use it in GitHub Desktop.
{
"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": "xitij@parcelled.in",
"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