Created
May 6, 2021 10:34
-
-
Save klondaiker/9c7fa69b0d473f3eb2f39288df75ed7a to your computer and use it in GitHub Desktop.
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
{ | |
"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":"ERR48", | |
"message":"Shipper customer account doesn't exist for entity (JED)" | |
} | |
}, | |
"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