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-preadvicesRequest Body
Name | Type | Description |
|---|---|---|
header | PreadviceHeader_Cancel | Pre-advice header information |
containers | List<PreadviceContainer_Cancel> | List of container information |
PreadviceHeader_Cancel
Name | Type | Description |
|---|---|---|
LoadPortCode | string (required) | Load port code |
UserReference | string (required) | User reference |
PreadviceContainer_Cancel
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-preadvicesExample Request Body
{
"header": {
"partnerPortCode": "NZTRG",
"userReference": "POT_TEST1"
},
"containers": [
{
"containerNumber": "CONU1234560"
}
]
}Example Response:
{
"status": "NoContent"
}
© PortConnect 2026