Created
April 20, 2021 07:41
-
-
Save klondaiker/f2dd577aaa1f98c870a3e6d5137e242c to your computer and use it in GitHub Desktop.
Aramex Response
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
{ | |
"shipment_creation_response":{ | |
"transaction":null, | |
"notifications":{ | |
"@xmlns:i":"http://www.w3.org/2001/XMLSchema-instance" | |
}, | |
"has_errors":true, | |
"shipments":{ | |
"processed_shipment":{ | |
"id":null, | |
"reference1":null, | |
"reference2":null, | |
"reference3":null, | |
"foreign_hawb":null, | |
"has_errors":true, | |
"notifications":{ | |
"notification":{ | |
"code":"REQ38", | |
"message":"Product Type is dutiable. Customs Amount is required" | |
} | |
}, | |
"shipment_label":null, | |
"shipment_details":null, | |
"shipment_attachments":null | |
}, | |
"@xmlns:i":"http://www.w3.org/2001/XMLSchema-instance" | |
}, | |
"@xmlns":"http://ws.aramex.net/ShippingAPI/v1/" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment