v1
latestOpenAPI 3.0.02026-07-13655272.1 KBList Goods Movement Records
This endpoint provides a list of all the Goods Movement Records (GMRs) that you have worked on over the last 28 days.
The returned list of GMRs will contain summary information as per the example below. For the full GMR, use the Get Goods Movement Record endpoint.
get/customs/goods-movement-system/movements
Headers
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 bb7fed3fe10dd235a2ccda3d50fb
An OAuth 2.0 Bearer Token.
Response
All GMRs from the last 28 days are listed in the response body
Example response
[
{
"gmrId": "GMRA000002JR",
"reportToLocations": [
{
"inspectionTypeId": "1",
"locationIds": [
"L0029A",
"L0030A"
]
}
],
"vehicleRegNum": "AB19 DEF",
"trailerRegistrationNums": [
"A1234567"
],
"containerReferenceNums": [
"CSQU3054383"
],
"createdDateTime": "2021-08-11T10:58:12",
"updatedDateTime": "2021-08-12T15:34:02",
"plannedCrossing": {
"routeId": "18273",
"localDateTimeOfDeparture": "2021-08-11T10:58"
},
"checkedInCrossing": {
"routeId": "18273",
"localDateTimeOfArrival": "2021-08-11T10:58"
},
"actualCrossing": {
"routeId": "18273",
"localDateTimeOfArrival": "2021-08-11T10:58"
},
"links": [
{
"rel": "get-goods-movement-record",
"href": "/customs/goods-movement-system/movements/GMRB00000A9C",
"method": "GET"
}
]
}
]