v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Update Account
Update shipping account details. <br /> <br />Note: All required fields must be populated in the request, regardless if they need updating or not.
put/v4/shippingAccounts/dpduk/{shippingAccountId}
Path parameters
shippingAccountIdstring required
Shipping Account Identifier <br />SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you).
Request body
Example request
{
"AccountNumber": "123456789",
"AuthorisationCode": "12345678",
"AccountName": "AB VideoGames",
"Slid": "1234",
"AccountAlias": "RM-99112347707",
"ContactName": "John Smith",
"ContactNumber": "0123456789"
}Response
The shipping account was updated successfully.