Skip to content

Instantly share code, notes, and snippets.

@mrhammadasif
Created March 13, 2020 12:00
Show Gist options
  • Save mrhammadasif/6d40949229c43ed57d2932926dcb13a5 to your computer and use it in GitHub Desktop.
Save mrhammadasif/6d40949229c43ed57d2932926dcb13a5 to your computer and use it in GitHub Desktop.
Cheetay response for tracking order
{
"category": "food",
"meter_states": {
"quality_control": "status-pending",
"preparing": "status-current",
"on_the_way": "status-pending"
},
"delivery_time": "25",
"is_food_order": true,
"date_received": "2020-03-13 01:52:01 PM",
"promised_time": 1584095519,
"deliverable_by_partner": false,
"customer_location": {
"latitude": "11.111111",
"longitude": "11.111111"
},
"order_state": {
"order_accepted": "2020-03-13 02:34:55 PM",
"ready_for_pickup": "2020-03-13 02:47:27 PM",
"delivered": null,
"picked_up": null,
"cheetah_assigned": "2020-03-13 02:34:55 PM"
},
"order_placed_timestamp": 1584089521,
"total_delivery_time": 101,
"cheetay_phone_numbers": {
"cheetay_primary_phone_number": "042-111-119-666",
"cheetay_secondary_phone_number": "042-32500812, 051-8300812, 021-37170812, 041-37170812"
},
"order_processing_time": 12,
"restaurant_location": {
"latitude": "31.539134000",
"longitude": "74.320653000"
},
"rider": {
"last_updated": "2020-03-13T10:02:54.058034Z",
"latitude": 31.5391785,
"mobile_number": "03014965445",
"id": 4567,
"first_name": "Syed",
"longitude": 74.320659,
"last_name": "Kashif"
},
"date_placed": "13 Mar 2020",
"is_healthcare_order": false,
"order_status": "Ready for pickup"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment