Last active
April 20, 2021 07:46
-
-
Save klondaiker/45b1f5b29b45487207115f4bdc0034c7 to your computer and use it in GitHub Desktop.
Aramex Request
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-20T10:32:10+03:00", | |
"DueDate":"2021-04-20T10:32:10+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":"Jo", | |
"NumberOfPieces":1, | |
"ProductGroup":"EXP", | |
"ProductType":"EPX", | |
"PaymentType":"P", | |
"PaymentOptions":"", | |
"CustomsValueAmount":{ | |
"CurrencyCode":"", | |
"Value":0 | |
}, | |
"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