RELEASES

The fields illustrated in the releases-reference are explained in the table below in greater detail.

FIELD
EXPLANATION

blNumber

The bill of lading number.

portOfLoading

A text description of the port of loading, supplied by the carrier.

portOfDestination

A text description of the port of destination, supplied by the carrier.

vessel

A text description of the incoming vessel, supplied by the carrier.

agent

A text description of the agent that released the container, supplied by the carrier.

stayNumber

The stay number of the incoming vessel, supplied by the carrier.

lloydsNumber

The Lloyds number of the incoming vessel, supplied by the carrier.

voyageNumber

The voyage number of the incoming vessel, supplied by the carrier.

lineCode

The line code of the bill of lading, supplied by the carrier.

containerNumber

The container number of the container that is released.

containerStatus

The base status of the release, can be amended with extra blocks etc. (see below).

pickupLocation

A text description of the terminal where the full import container can be picked up.

pickupLoCode

The UN Locode of the pickup location.

turnInLocation

A text description of the terminal or depot where the empty import container has to be returned.

turnInLoCode

The UN Locode of the turn in location.

turnInReference

The reference that has to be used when returning the empty container.

termsAndConditions

A HTML object in which the carrier can include terms and conditions.

validFrom

The date and time from which the release is valid on the terminal, note that this date can be before the containers is discharged from the vessel and thus does not indicate availability for pick up.

validUntil

The date and time until which the release is valid on the terminal.

isoTypeCode

The ISO size and type code of the container.

loadStatus

The load status of the container, can contain "full", "empty" or "empty with residue" (default: "full").

moveType

The move type of the container, can contain "import", "export", "transshipment", "shunting" or "port equalisation" (default: "import").

address

The unique address of this release.

deleted

A boolean indicating the release was deleted by the carrier, this is a final state.

blocked

A boolean indicating the release was temporarily blocked by the carrier, which means the container cannot be picked up at the terminal

encryptedPin

The encrypted pin of the release but should not be used, please use the getPin endpoint to retrieve the pin instead.

gateOut

The date and time the container was picked up at the terminal.

createdAt

The date and time the release was created by the carrier.

updatedAt

The date and time the release was last updated.

owner

The address of the owner of the release, but you should use the previous/self/nextOwner fields below instead to identify the owner.

creator

The address of the carrier that created the release - possible values:

CMA/CGM Belgium: 0x2e13e5323785818Cb8AFC57E66431377712A4b91

CMA/CGM Nederland: 0xA82F30D75e4486864Cf65c83e74F8DaB7fc2fEaE

Hapag-Lloyd Benelux: 0x3041D538A72D73116D6ce13B6cda468d2cECA831

MSC Belgium: 0xE51e6BBf84e23De4785Edb7096460Ec9956A5B34

MSC Nederland: 0x9F2377dbb208e233Fb3096539eE5eAA78553c408

One Nederland: 0xB4F7852d6a3A6537eeCc0465e44C3Dc7112E16D1

version

The version of the smart contract of the release, not to be used.

pinRetrieved

A boolean indicating the pin was retrieved.

previousOwner

The address of the previous owner, i.e. the company that transferred the release to your company.

previousOwnerName

The company name of the previous owner.

previousOwnerVat

The VAT of the previous owner.

nextOwner

The address of the next owner, i.e. the company that you transferred a release to (if you did).

nextOwnerName

The company name of the next owner.

nextOwnerVat

The VAT of the next owner.

selfOwner

The address of the company that is calling the API.

selfOwnerName

The company name of the company that is calling the API.

selfOwnerVat

The VAT of the company that is calling the API.

conditions

Not used at the moment.

greenLights

Contains status information we receive from for instance a terminal or PCS (see here for details).

Last updated