v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Get Account
Provides details for a DPD UK account. <br />Information about the account number, alias, account type, and contact details is included in the response.
get/v4/shippingAccounts/dpduk/{shippingAccountId}
Path parameters
shippingAccountIdstring required
Shipping Account Identifier
Response
Returns the shipping account.
Example response
{
"AuthorisationCode": "12345678",
"CarrierCode": "RM",
"AccountNumber": "0123456789",
"Slid": "1234",
"AccountName": "AB VideoGames",
"AccountAlias": "JSL",
"AccountStatus": "Enabled",
"ContactName": "John Smith",
"ContactNumber": "0123456789",
"LastUpdatedBy": "User A"
}