Cancel Export Pre-advice

This operation cancels one or more containers in an export pre-advice. The export pre-advice is identified through the combination of a partner port code and a user reference.

Endpoint

DELETE https://api.portconnect.io/v1/export-preadvices

Request Body

Name

Type

Description

Name

Type

Description

header

PreadviceHeader_Cancel

Pre-advice header information

containers

List<PreadviceContainer_Cancel>

List of container information

PreadviceHeader_Cancel

Name

Type

Description

Name

Type

Description

LoadPortCode

string (required)

Load port code

UserReference

string (required)

User reference

PreadviceContainer_Cancel

Name

Type

Description

Name

Type

Description

ContainerNumber

string

Container number

Example Request:

Cancel one or more containers in an export pre-advice.

DELETE https://api.portconnect.io/v1/export-preadvices

Example Request Body

{ "header": { "partnerPortCode": "NZTRG", "userReference": "POT_TEST1" }, "containers": [ { "containerNumber": "CONU1234560" } ] }

Example Response:

 

© PortConnect 2023