Last active
April 26, 2021 13:20
-
-
Save klondaiker/a6b6dbe3a9360fda885e6e47ec9a6090 to your computer and use it in GitHub Desktop.
Aramex
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
{ | |
"ClientInfo":{ | |
"UserName":"[email protected]", | |
"Password":"*******", | |
"Version":"v1.0", | |
"AccountNumber":"4004281", | |
"AccountPin":"462313", | |
"AccountEntity":"RUH", | |
"AccountCountryCode":"SA" | |
}, | |
"Shipments":[ | |
{ | |
"Shipment":{ | |
"Shipper":{ | |
"Reference1":"ref 1", | |
"Reference2":"ref 2", | |
"AccountNumber":"4004281", | |
"PartyAddress":{ | |
"Line1":"Office 216, 112, 113, Canary Center", | |
"Line2":"", | |
"Line3":"", | |
"City":"Riyadh", | |
"StateOrProvinceCode":"", | |
"PostCode":"10001", | |
"CountryCode":"SA" | |
}, | |
"Contact":{ | |
"Department":"", | |
"PersonName":"Geidea TEST Shop", | |
"Title":"", | |
"CompanyName":"Geidea TEST Shop", | |
"PhoneNumber1":"+966 1 146 528 81", | |
"PhoneNumber1Ext":"", | |
"PhoneNumber2":"", | |
"PhoneNumber2Ext":"", | |
"FaxNumber":"", | |
"CellPhone":"+966 1 146 528 81", | |
"EmailAddress":"[email protected]", | |
"Type":"" | |
} | |
}, | |
"Consignee":{ | |
"Reference1":"ref 3", | |
"Reference2":"ref 4", | |
"PartyAddress":{ | |
"Line1":"Street 5, Al Alka 1, 212B Building 15 ap./office 15", | |
"Line2":"", | |
"Line3":"", | |
"City":"Dubai", | |
"StateOrProvinceCode":"", | |
"PostCode":"0", | |
"CountryCode":"AE" | |
}, | |
"Contact":{ | |
"Department":"", | |
"PersonName":"Usman Ahsani", | |
"Title":"", | |
"CompanyName":"Usman Ahsani", | |
"PhoneNumber1":"+966521034597", | |
"PhoneNumber1Ext":"", | |
"PhoneNumber2":"", | |
"PhoneNumber2Ext":"", | |
"FaxNumber":"", | |
"CellPhone":"+966521034597", | |
"EmailAddress":"[email protected]", | |
"Type":"" | |
} | |
}, | |
"ShippingDateTime":"2021-04-26T16:15:23+03:00", | |
"DueDate":"2021-04-26T16:15:23+03:00", | |
"Comments":"", | |
"PickupLocation":"", | |
"Details":{ | |
"Dimensions":{ | |
"Length":10, | |
"Width":10, | |
"Height":10, | |
"Unit":"cm" | |
}, | |
"ActualWeight":{ | |
"Unit":"Kg", | |
"Value":1.0 | |
}, | |
"ChargeableWeight":{ | |
"Unit":"Kg", | |
"Value":1.0 | |
}, | |
"DescriptionOfGoods":"Docs", | |
"GoodsOriginCountry":"SA", | |
"NumberOfPieces":1, | |
"ProductGroup":"EXP", | |
"ProductType":"EPX", | |
"PaymentType":"P", | |
"PaymentOptions":"", | |
"CustomsValueAmount":{ | |
"CurrencyCode":"SAR", | |
"Value":426.15 | |
}, | |
"CashOnDeliveryAmount":{ | |
"CurrencyCode":"", | |
"Value":0 | |
}, | |
"InsuranceAmount":{ | |
"CurrencyCode":"", | |
"Value":0 | |
}, | |
"CashAdditionalAmount":{ | |
"CurrencyCode":"", | |
"Value":0 | |
}, | |
"CashAdditionalAmountDescription":"", | |
"CollectAmount":{ | |
"CurrencyCode":"", | |
"Value":0 | |
}, | |
"Services":"", | |
"Items":[ | |
] | |
} | |
} | |
} | |
], | |
"Transaction":{ | |
"Reference1":"", | |
"Reference2":"", | |
"Reference3":"", | |
"Reference4":"", | |
"Reference5":"" | |
}, | |
"LabelInfo":{ | |
"ReportID":"9201", | |
"ReportType":"URL" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment