createDetachedHandling
POST
/hna/detachedHandlings:createCreate a handling which is not attached to a visit.
Request
The terminal location at which the container will be loaded or discharged. Terminal must support the given modality. Only one subfield is required.
Code to identify the Terminal organisation.
European Article Numbering issued by Secure Logistics to identify the Terminal organisation.
Terminal facility code according to the Ship Message Development Group.
Terminal code according to the Terminal code table
The name of the quay where a vessel can moor for loading, unloading or e.g. awaiting orders.
Cargo handling details as requested by the declarant for the given modality.
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.
The expected time of arrival of the means of hinterland's transport at the terminal.
{
"terminal": {
"shortName": "string",
"ean": "string",
"smdgCode": "string",
"bicsCode": "string",
"quayName": "1742"
},
"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"
},
"eta": "2019-08-24T14:15:22.123Z"
}
Request samples
Responses
Unique identifier of the handling/container which was generated on the creation of the handling.
{
"handlingId": "d7727b42-b7d3-490e-aa70-619d7717b1d1"
}