moveHandling
POST
/hna/handlings:moveMove a handling to another one of your barge, rail or road visits.
Request
Unique identifier of the handling/container which was generated on the creation of the handling.
Unique identification of the visit to which the cargo handling must move.
Unique identification of the voyage related to the visit to which the cargo handling must move.
Optional to update handling data while moving handling to a another visit
Container number. Required except for loading empty and depending on terminal setting
Required depending on terminal setting. The weight of the cargo in kilograms meaning the tare weight of the container excluded
Tare weight of the container itself in kilograms without the weight of the cargo
Required depending on terminal setting and max length depending on terminal.
The identification number of the container seal.
Required depending on terminal setting. The number of centimeters on which the cargo exceeds the dimensions of the container.
The delivery ref for discharge or the release reference for loading of the container at the terminal.
Indication whether the container is loaded onto or unloaded from the hinterland means of transport.
Indication whether the container is full or empty.
Indication whether the container identifier is a ISO 6346 compliant container number (apply true when it does not comply).
The humidity for this container in percentage.
Indicates whether the door for this container is open.
Indicates whether chains are needed to load or discharge this container.
Indicates whether this container has a generator.
Can be used to communicate detected damage to the container.
The code of the port this container departed from before arriving at MPET.
Remarks regarding this container.
The category of the container, free text, for example ‘food grade’.
The code of the port this container will be shipped to after departing from Antwerp. Only for export containers (discharging).
The code of the port which is the final destination for this container, after departing from Antwerp. Only for export containers (discharging).
The way in which the transportation of the cargo takes place in the hinterland.
The total weight of the container, meaning the 'weight' and the 'tareWeight' added.
Customer's ref number of the hinterland transport.
Indication whether a pre-announcement (true) or a status request (when supported by the terminal for the given modality) must be send to the terminal (false). Status request on a visit not supported for Road.
{
"handlingId": "d7727b42-b7d3-490e-aa70-619d7717b1d1",
"nextVisitId": "string",
"nextVoyageId": "string",
"handlingData": {
"equipmentNumber": "BICU1234565",
"weight": 0,
"tareWeight": 0,
"sealNumber": "string",
"reefer": {
"temperatureFixed": true,
"temperature": -999,
"minimumTemperature": -999,
"maximumTemperature": -999
},
"outOfGauge": {
"left": 0,
"front": 0,
"height": 0,
"right": 0,
"rear": 0
},
"bookingNumber": "string",
"shippingCompany": {
"scacCode": "stri",
"scacDisplayCode": "string",
"smdgCode": "str"
},
"sizeType": {
"code": "22G1"
},
"type": "LOADING",
"full": true,
"shippersOwned": true,
"humidity": 0,
"doorOpen": true,
"chainWork": true,
"generator": true,
"damageRemark": "string",
"previousPort": "string",
"remarks": "Connected reefer",
"category": "string",
"nextPort": "string",
"finalPort": "string",
"modality": "TRUCK",
"totalContainerWeight": 0,
"deepSea": {
"shipName": "string",
"imoCode": "string",
"crnNumber": "string"
},
"inlandTerminal": {
"name": "string",
"location": {
"name": "string",
"locationUnCode": "strin"
}
},
"transportNumber": "string"
},
"preNotification": true
}
Request samples
Responses
{}