/assign

ASSIGN a release to a driver or barge.

This request allows you to assign a release to a driver or barge.

This will be used by the terminal to validate the identity of the driver when he presents himself at the gate, or in the case of a barge when the pre-announcement (copino load) is received.

Please note that to update an assignment, you can just do a new call to the endpoints below. You do not need to unassign first.


ASSIGN (driver)

Assign a release

put
/releases/{address}/assign

Assign a release to a driver, barge, or train.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired
Body
firstNamestringOptional
lastNamestringOptional
emailstringOptional
phonestringOptional
typestring · enumOptionalPossible values:
identificationstringOptional
Responses
put
/releases/{address}/assign

No content

EXAMPLE

ASSIGN a driver to a release (without type in URL):

ASSIGN a driver to a release (with type in URL):


ASSIGN (barge)

For barges, the identification is the ENI-number of the barge and the visit number, which is the BTS number in Antwerp.

Therefore, for barges these fields are foreseen:

  • name: the name of the barge (mandatory)

  • identification: the ENI number of the barge (mandatory)

  • visitNumber: the visit number of the barge (optional)

Please note that the visit number (BTS number) is not mandatory.

However, the terminal will check this at the moment the loading order (copino) is received.

So by that time, the visit number has to be included in SCR.

Otherwise, the check of the terminal will fail.

Assign a barge to a release

put
/releases/{address}/assign_barge

Assign a barge with identification and visit number.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired
Body
namestringRequired

The name of the barge

identificationstringRequired

The ENI number of the barge

visitNumberstringOptional

The visit number (BTS number) of the barge

Responses
put
/releases/{address}/assign_barge

No content

EXAMPLE

ASSIGN a barge to a release (without type in URL):

ASSIGN a barge to a release (with type in URL):


ASSIGN (train)

Assign a train to a release

put
/releases/{address}/assign_train

Assign a train with identification and visit number.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired
Body
identificationstringRequired

The identification number of the train

visitNumberstringOptional

The visit number of the train

Responses
put
/releases/{address}/assign_train

No content

EXAMPLE

ASSIGN a train to a release (without type in URL):

ASSIGN a train to a release (with type in URL):

Last updated