v1

latestOpenAPI 3.0.32026-07-1312350.7 KB
import-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

lrnstring required
declarationDatestring date-time required
dateAndTimeOfPresentationstring date-time required

Example request

{
  "declarant": {
    "address": {
      "country": "DE"
    }
  },
  "locationOfGoods": {
    "address": {
      "country": "DE"
    },
    "postcodeAddress": {
      "country": "DE"
    }
  }
}

Response

boxIdstring required

The Push Pull Notifications Service (PPNS) box ID.

All 1 operations