v1
latestOpenAPI 3.0.32026-07-1312350.7 KBimport-control-presentation-of-goods-api
Submit a Presentation of Goods
This API allows the user to submit a Presentation Notification.
post/
Headers
Acceptstring required
Example:application/vnd.hmrc.2.0+json
Specifies the version of the API that you want to call. See versioning.
Content-Typestring
Example:application/json
Specifies the format of the request body. Must be "application/json".
Request body
Example request
{
"declarant": {
"address": {
"country": "DE"
}
},
"locationOfGoods": {
"address": {
"country": "DE"
},
"postcodeAddress": {
"country": "DE"
}
}
}