v1

latestOpenAPI 3.0.32026-07-13947245.3 KB
Goods records

Ask HMRC for advice if a commodity code is correct

Ask HMRC for advice if a commodity code is correct

post/customs/traders/goods-profiles/{eori}/records/{recordId}/advice

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.

recordIdstring uuid required

ID of the record for the TGP Product in the TGP Core database (UUID)

Example:8ebb6b04-6ab0-4fe2-ad62-e6389a8a204f

ID of the record for the TGP Product in the TGP Core database (UUID)

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

actorIdstring required

EORI number of the user making the change. This may be different to the eori. The first 2 letters are the country code, like GB or XI followed by 12 to 15 digits.

requestorNamestring required

The name of the user requesting advice from HMRC.

requestorEmailstring email required

The email of the user requesting advice from HMRC.

Example request

{
  "actorId": "GB987654321098",
  "requestorName": "Mr. Phil Edwards",
  "requestorEmail": "Phil.Edwards@gmail.com"
}

Response

TGP record was successfully submitted for advice