Last active
August 29, 2015 14:17
-
-
Save nikhilbansal/d9ec39b5a75baefc11af 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": 200, | |
"type": "ok" | |
}, | |
"data": { | |
"bookings": [{ | |
"booking_id": "BN55488444", | |
"status": "Cancelled", | |
"booking_items": [{ | |
"is_cod": false, | |
"is_verified": false, | |
"category": "Income Tax Return", | |
"product_name": null, | |
"product_url": null, | |
"qty": 1, | |
"value": 0 | |
}], | |
"booking_courier_partner": { | |
"name": "Parcelled", | |
"service": "Express" | |
}, | |
"confirmed_at": "2015-05-14T18:38:29.064+05:30", | |
"consignee": { | |
"address": " CPC, Post Bag No – 1,\r\nElectronic City Post Office", | |
"city": "Bangalore", | |
"name": "Income Tax Department", | |
"phone": 9962396296, | |
"pincode": 560100, | |
"state": "Karnataka" | |
}, | |
"consignor": { | |
"address": "#205, DSR Elegance,\r\nNear Wipro Park Signal,\r\nKoramangala 1st Block", | |
"city": "Bangalore", | |
"email": null, | |
"name": "Rikin Kachhia", | |
"phone": 9962396296, | |
"pincode": 560034, | |
"state": "Karnataka" | |
}, | |
"date_pickup": "2015-05-15T00:00:00.000+05:30", | |
"is_cod": false, | |
"pickup_images": null, | |
"shipments": [{ | |
"breadth": 18.0, | |
"height": 1.0, | |
"is_fragile": null, | |
"length": 15.0, | |
"shipment_id": "SH38FCF968", | |
"status": "In Transit", | |
"trackings": [{ | |
"city": "Bangalore", | |
"message": "Shipment picked up", | |
"tag": "Picked Up", | |
"timestamp": "2015-05-15T14:51:04.626+05:30" | |
}, { | |
"city": "Bommanahalli S.O (Bangalore)", | |
"message": "Item bagged for NSH BANGALORE", | |
"tag": "In Transit", | |
"timestamp": "2015-05-20T14:14:00.309+05:30" | |
}], | |
"weight": 80.0 | |
}], | |
"time_pickup_end": 1200, | |
"time_pickup_start": 1130 | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment