v1
latestOpenAPI 3.0.32026-07-13947245.3 KBTraders profile
Maintain a trader's goods profile
Update a trader's goods profile
put/customs/traders/goods-profiles/{eori}
Path parameters
eoristring required
The traders' EORI number. The first 2 letters are the country code, like GB followed by 12 to 15 digits.
Example:GB123456789012
The traders' EORI number. The first 2 letters are the country code, like GB followed by 12 to 15 digits.
Headers
Content-Typestring required
Example:application/json
Specifies the format of the request body, which must be JSON.
Acceptstring required
Example:application/vnd.hmrc.1.0+json
Specifies the response format and the version of the API to be used.
Authorizationstring required
Example:Bearer 59fc92c1cdf0b8ef1f138a702effdbd2
An OAuth 2.0 Bearer Token.
Request body
Example request
{
"actorId": "GB987654321098",
"ukimsNumber": "XIUKIM47699357400020231115081800",
"nirmsNumber": "RMS-GB-123456",
"niphlNumber": "SP12345"
}Response
OK; Request completed successfully
Example response
{
"eori": "GB123456789012",
"actorId": "GB987654321098",
"ukimsNumber": "XIUKIM47699357400020231115081800",
"nirmsNumber": "RMS-GB-123456",
"niphlNumber": "SP12345"
}