v1
latestOpenAPI 3.0.32026-07-13945127.2 KBTraders
INT241 Excise Pre-Validation
post/customs/excise/traders/pre-validate
Headers
x-correlation-idstring uuid
Example:3e8dae97-b586-4cef-8511-68ac12da9028
Correlation Id for tracking transactions internally and externally
Content-Type'application/json' required
Type of message content to expect
Accept'application/json' required
Example:application/json
Type of message content to accept
Request body
Example request
{
"entityGroup": "UK Record",
"validateProductAuthorisationRequest": [
{
"product": {
"exciseProductCode": "W200"
}
}
]
}Response
Return Excise confirmation
Example response
{
"validationTimestamp": "2001-12-17T09:30:47-05:00",
"entityGroup": "UK Record",
"validateProductAuthorisationResponse": {
"productError": [
{
"exciseProductCode": "W200"
}
]
}
}