Last active
August 29, 2015 14:02
-
-
Save teddychan/d6ff999d6a6731ab17fb 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 | |
}, | |
"data": { | |
"total": 2, | |
"couriers": [ | |
{ | |
"slug": "fedex", | |
"name": "FedEx", | |
"phone": "+1 800 247 4747", | |
"other_name": "Federal Express", | |
"web_url": "http://www.fedex.com/", | |
"required_fields": [] | |
}, | |
{ | |
"slug": "dx", | |
"name": "DX", | |
"phone": "+44 0844 826 1178", | |
"other_name": "DX Freight", | |
"web_url": "https://www.thedx.co.uk/", | |
"required_fields": [ | |
"tracking_postal_code" | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment