Last active
November 21, 2015 09:55
-
-
Save sudheerit11/f9dd047be3005ec5b519 to your computer and use it in GitHub Desktop.
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
{ | |
"meta": { | |
"code": 200, | |
"type": "ok" | |
}, | |
"data": { | |
"rates": [ | |
{ | |
"service_type": "Rush", | |
"price": "-", | |
"delivery_estimate": "Not Serviceable" | |
}, | |
{ | |
"service_type": "Express", | |
"price": "270", | |
"delivery_estimate": "2-3 Days" | |
}, | |
{ | |
"service_type": "Standard", | |
"price": "-", | |
"delivery_estimate": "Not Available" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment