Last active
November 10, 2020 13:08
-
-
Save YousufSohail/b096aba2d8dec4876c6483ad4b157096 to your computer and use it in GitHub Desktop.
sample response
This file contains 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
{ | |
"orderId": 98765, | |
"status": "pending", | |
"schedule": false, | |
"deliveryETA": 1605019795250, | |
"liveTracking": true, | |
"riderLocation": { | |
"lat": 31.552524, | |
"lng": 74.314379 | |
}, | |
"shippingLocation": { | |
"lat": 31.5566123, | |
"lng": 74.3241479 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment