Webhook Callback Payload
- 1 Event Payload example
- 2 Webhook token
- 3 Codes
- 4 Event Samples
- 4.1 Active
- 4.2 Available
- 4.3 AvailableCancelled
- 4.4 BookingDiscrepancy
- 4.5 CedoRelease
- 4.6 CedoRevoked
- 4.7 Cleared
- 4.8 ClearedCancelled
- 4.9 CustomsRelease
- 4.10 CustomsReleaseCancelled
- 4.11 Discharge
- 4.12 DischargedNotCleared
- 4.13 ExportCleared
- 4.14 ExportClearedCancelled
- 4.15 GateIn
- 4.16 GateOut
- 4.17 HazardGateRule
- 4.18 LFTChanged
- 4.19 LFTExceeded
- 4.20 LFT24Hours
- 4.21 Load
- 4.22 LOPRelease
- 4.23 LOPReleaseCancelled
- 4.24 MPIRelease
- 4.25 MPIReleaseCancelled
- 4.26 NoCEDO
- 4.27 PINAvailable
- 4.28 PINSuspended
- 4.29 PriorityGateIn
- 4.30 VBSChanged
- 4.31 VesselArrival
- 4.32 VesselDeparture
When PortConnect detects an event that matches your subscription, it will send an HTTP POST to your specified end point. Event matching happens when new events are processed into the PortConnect system, and also when the subscription is first created (for events that have occurred for a currently active container).
For testing purposes, you may find it useful to create a webhook uri using Request Bin or similar. This allows you to easily view the webhook payload.
Event Payload example
Multiple events may be returned in a single payload, as in this example:
[
{
"subscriptionEventId": 13752,
"subscriptionId": 9,
"partnerPortCode": "NZAKL",
"containerVisitTypeCode": "EXPORT",
"containerVisitEventTypeCode": "GATEIN",
"containerVisitEventDatetime": "2019-06-19T12:41:02+12:00",
"containerVisitEventLocation": "NZAKL",
"containerNumber": "APHU6303593",
"containerIsoTypeCode": "4510",
"containerVisitUri": "v1/container-visits/5046168",
"subscriptionContainerId": 12,
"userDefinedReference": "User ref 1",
"containerVisitEventValue": "Road",
"containerVisitEventValue2": "REL328",
"inboundVesselRef":null,
"inboundVesselName":null,
"inboundVesselIMONumber":null,
"outboundVesselRef":"KOC0130",
"outboundVesselName":"KOTA LOCENG",
"outboundVesselIMONumber":9628336,
"bookingReference": "ACD0764410",
"containerStatus": "Full",
"containerOperatorSCACCode": "ANNU"
},
{
"subscriptionEventId": 13752,
"subscriptionId": 9,
"partnerPortCode": "NZAKL",
"containerVisitTypeCode": "EXPORT",
"containerVisitEventTypeCode": "GATEIN",
"containerVisitEventDatetime": "2019-06-19T12:41:02+12:00",
"containerVisitEventLocation": "NZAKL",
"containerNumber": "MEDU3085895",
"containerIsoTypeCode": "2210",
"containerVisitUri": "v1/container-visits/5046572",
"subscriptionContainerId": 11,
"userDefinedReference": "User ref 2",
"containerVisitEventValue": "Road",
"containerVisitEventValue2": "REL328",
"inboundVesselRef":null,
"inboundVesselName":null,
"inboundVesselIMONumber":null,
"outboundVesselRef":"KOC0130",
"outboundVesselName":"KOTA LOCENG",
"outboundVesselIMONumber":9628336,
"bookingReference": "ACD0764410",
"containerStatus": "Full",
"containerOperatorSCACCode": "ANNU"
},
{
"subscriptionEventId": 13752,
"subscriptionId": 9,
"partnerPortCode": "NZAKL",
"containerVisitTypeCode": "EXPORT",
"containerVisitEventTypeCode": "GATEIN",
"containerVisitEventDatetime": "2019-06-19T12:41:02+12:00",
"containerVisitEventLocation": "NZAKL",
"containerNumber": "MEDU5129708",
"containerIsoTypeCode": "2210",
"containerVisitUri": "v1/container-visits/5046997",
"subscriptionContainerId": 13,
"userDefinedReference": "User ref 3",
"containerVisitEventValue": "Road",
"containerVisitEventValue2": "REL328",
"inboundVesselRef":null,
"inboundVesselName":null,
"inboundVesselIMONumber":null,
"outboundVesselRef":"KOC0130",
"outboundVesselName":"KOTA LOCENG",
"outboundVesselIMONumber":9628336,
"bookingReference": "ACD0764410",
"containerStatus": "Full",
"containerOperatorSCACCode": "ANNU"
}
]
Webhook token
Included as a header key of the callback is a value X-WebhookToken which includes the webhookToken value specified when creating the subscription. This is designed to help protect your webhook end point from unauthorised access.
headers
accept: application/json
content-length: 16577
content-type: application/json; charset=utf-8
host: eooh8n59jjcq4mz.m.pipedream.net
x-webhooktoken: 123-456-789-000
Codes
PortConnect uses many codes and a list of our codes can be found here, Code Lists
Event Samples
Active
{
"SubscriptionEventId": 14462422,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "ACTIVE",
"ContainerVisitEventDatetime": "2025-08-25T10:05:24.947+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "OTMU5006212",
"ContainerIsoTypeCode": "20P3",
"ContainerVisitUri": "v1/container-visits/21445153",
"SubscriptionContainerId": 8056544,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "ACE2532",
"OutboundVesselName": "ANL TASMAN TRADER",
"OutboundVesselIMONumber": 9961271,
"BookingReference": "ACD0848710",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
Available
{
"SubscriptionEventId": 14505799,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "AVAILABLE",
"ContainerVisitEventDatetime": "2025-08-31T09:05:30.076+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
AvailableCancelled
{
"SubscriptionEventId": 14539621,
"SubscriptionId": 1666,
"PartnerPortCode": "NZAKL",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "AVAILABLECANCELLED",
"ContainerVisitEventDatetime": "2025-09-02T13:21:01.696+12:00",
"ContainerVisitEventLocation": "NZAKL",
"ContainerNumber": "CMAU2225886",
"ContainerIsoTypeCode": "22G1",
"ContainerVisitUri": "v1/container-visits/21412188",
"SubscriptionContainerId": 8086972,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "COG2253",
"InboundVesselName": "COSCO HAMBURG",
"InboundVesselIMONumber": 9221085,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": "AEL1906483",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
BookingDiscrepancy
{
"SubscriptionEventId": 14539926,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "BOOKINGDISCREPANCY",
"ContainerVisitEventDatetime": "2025-08-20T15:46:30.666+12:00",
"ContainerVisitEventLocation": "",
"ContainerNumber": "CGMU5399848",
"ContainerIsoTypeCode": "45R1",
"ContainerVisitUri": "v1/container-visits/21408896",
"SubscriptionContainerId": 8087320,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "Booking VV: KOTA LESTARI: 276N",
"ContainerVisitEventValue2": "Container VV: OOCL BUSAN: 699N",
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "KTL276N",
"OutboundVesselName": "KOTA LESTARI",
"OutboundVesselIMONumber": 9628348,
"BookingReference": "ACD0844848",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
CedoRelease
{
"SubscriptionEventId": 14462423,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "CEDORELEASE",
"ContainerVisitEventDatetime": "2025-08-26T11:23:07.737+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "OTMU5006212",
"ContainerIsoTypeCode": "20P3",
"ContainerVisitUri": "v1/container-visits/21445153",
"SubscriptionContainerId": 8056544,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": 12345678,
"ContainerVisitEventValue2": null,
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "ACE2532",
"OutboundVesselName": "ANL TASMAN TRADER",
"OutboundVesselIMONumber": 9961271,
"BookingReference": "ACD0848710",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
CedoRevoked
{
"SubscriptionEventId": 14462423,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "CEDOREVOKED",
"ContainerVisitEventDatetime": "2025-08-26T11:25:07.737+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "OTMU5006212",
"ContainerIsoTypeCode": "20P3",
"ContainerVisitUri": "v1/container-visits/21445153",
"SubscriptionContainerId": 8056544,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "ACE2532",
"OutboundVesselName": "ANL TASMAN TRADER",
"OutboundVesselIMONumber": 9961271,
"BookingReference": "ACD0848710",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
Cleared
{
"SubscriptionEventId": 14462527,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "CLEARED",
"ContainerVisitEventDatetime": "2025-08-27T14:40:18.55+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
ClearedCancelled
{
"SubscriptionEventId": 14539669,
"SubscriptionId": 1666,
"PartnerPortCode": "NZAKL",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "CLEAREDCANCELLED",
"ContainerVisitEventDatetime": "2025-09-02T13:21:01.696+12:00",
"ContainerVisitEventLocation": "NZAKL",
"ContainerNumber": "CMAU2410924",
"ContainerIsoTypeCode": "2210",
"ContainerVisitUri": "v1/container-visits/21412192",
"SubscriptionContainerId": 8087040,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "COG2253",
"InboundVesselName": "COSCO HAMBURG",
"InboundVesselIMONumber": 9221085,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": "AEL1906483",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
CustomsRelease
{
"SubscriptionEventId": 14462523,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "CUSTOMSRELEASE",
"ContainerVisitEventDatetime": "2025-08-26T09:23:03.262+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
CustomsReleaseCancelled
{
"SubscriptionEventId": 14462523,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "CUSTOMSRELEASECANCELLED",
"ContainerVisitEventDatetime": "2025-08-26T09:25:03.262+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
Discharge
{
"SubscriptionEventId": 14505801,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "DISCHARGE",
"ContainerVisitEventDatetime": "2025-08-31T09:05:30.076+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "MAERSK RIO DELTA",
"ContainerVisitEventValue2": "532S",
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
DischargedNotCleared
{
"SubscriptionEventId": 14539338,
"SubscriptionId": 1962,
"PartnerPortCode": "NZLYT",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "DISCHARGEDNOTCLEARED",
"ContainerVisitEventDatetime": "2025-08-27T18:13:06+12:00",
"ContainerVisitEventLocation": "NZLYT",
"ContainerNumber": "FFAU5931380",
"ContainerIsoTypeCode": "4510",
"ContainerVisitUri": "v1/container-visits/21418418",
"SubscriptionContainerId": 8086973,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "KLE0318",
"InboundVesselName": "KOTA LESTARI",
"InboundVesselIMONumber": 9628348,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
ExportCleared
{
"SubscriptionEventId": 14462424,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "EXPORTCLEARED",
"ContainerVisitEventDatetime": "2025-08-26T11:30:47.906+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "OTMU5006212",
"ContainerIsoTypeCode": "20P3",
"ContainerVisitUri": "v1/container-visits/21445153",
"SubscriptionContainerId": 8056544,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "ACE2532",
"OutboundVesselName": "ANL TASMAN TRADER",
"OutboundVesselIMONumber": 9961271,
"BookingReference": "ACD0848710",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
ExportClearedCancelled
{
"SubscriptionEventId": 14540359,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "EXPORTCLEAREDCANCELLED",
"ContainerVisitEventDatetime": "2025-08-20T16:02:52.753+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "CGMU5399848",
"ContainerIsoTypeCode": "45R1",
"ContainerVisitUri": "v1/container-visits/21408896",
"SubscriptionContainerId": 8087320,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "KTL276N",
"OutboundVesselName": "KOTA LESTARI",
"OutboundVesselIMONumber": 9628348,
"BookingReference": "ACD0844848",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
GateIn
{
"SubscriptionEventId": 14462419,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "GATEIN",
"ContainerVisitEventDatetime": "2025-08-26T14:22:20.269+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "OTMU5006212",
"ContainerIsoTypeCode": "20P3",
"ContainerVisitUri": "v1/container-visits/21445153",
"SubscriptionContainerId": 8056544,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "Road",
"ContainerVisitEventValue2": "NOR88",
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "ACE2532",
"OutboundVesselName": "ANL TASMAN TRADER",
"OutboundVesselIMONumber": 9961271,
"BookingReference": "ACD0848710",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
GateOut
{
"SubscriptionEventId": 14538619,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "GATEOUT",
"ContainerVisitEventDatetime": "2025-09-02T13:32:21.574+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "Road",
"ContainerVisitEventValue2": "OD01",
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
HazardGateRule
{
"SubscriptionEventId": 14539933,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "HAZARDGATERULE",
"ContainerVisitEventDatetime": "2025-09-02T11:32:43.55+12:00",
"ContainerVisitEventLocation": "",
"ContainerNumber": "FBIU0065714",
"ContainerIsoTypeCode": "2210",
"ContainerVisitUri": "v1/container-visits/21459389",
"SubscriptionContainerId": 8087324,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "Class: 4.2",
"ContainerVisitEventValue2": "Gate In after: Sep 7 2025 10:00AM",
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "BUG289N",
"OutboundVesselName": "COSCO HAMBURG",
"OutboundVesselIMONumber": 9221085,
"BookingReference": "VAN0100094",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
LFTChanged
{
"SubscriptionEventId": 14505802,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "LFTCHANGED",
"ContainerVisitEventDatetime": "2025-08-31T09:18:01.99+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "2025-09-03T23:59:00+12:00",
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
LFTExceeded
{
"SubscriptionEventId": 14539815,
"SubscriptionId": 1666,
"PartnerPortCode": "NZAKL",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "LFTEXCEEDED",
"ContainerVisitEventDatetime": "2025-08-31T06:00:02.979+12:00",
"ContainerVisitEventLocation": "NZAKL",
"ContainerNumber": "MRKU9502702",
"ContainerIsoTypeCode": "2210",
"ContainerVisitUri": "v1/container-visits/21435084",
"SubscriptionContainerId": 8087284,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "2025-08-31T06:00:00+12:00",
"ContainerVisitEventValue2": null,
"InboundVesselRef": "DLW2241",
"InboundVesselName": "DELOS WAVE",
"InboundVesselIMONumber": 9341110,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": "256048018",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
LFT24Hours
{
"SubscriptionEventId": 14539835,
"SubscriptionId": 1666,
"PartnerPortCode": "NZAKL",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "LFT24HOURS",
"ContainerVisitEventDatetime": "2025-08-30T06:00:01.248+12:00",
"ContainerVisitEventLocation": "NZAKL",
"ContainerNumber": "MRKU9502702",
"ContainerIsoTypeCode": "2210",
"ContainerVisitUri": "v1/container-visits/21435084",
"SubscriptionContainerId": 8087284,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "2025-08-31T06:00:00+12:00",
"ContainerVisitEventValue2": null,
"InboundVesselRef": "DLW2241",
"InboundVesselName": "DELOS WAVE",
"InboundVesselIMONumber": 9341110,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": "256048018",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
Load
{
"SubscriptionEventId": 14464095,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "LOAD",
"ContainerVisitEventDatetime": "2025-08-27T21:27:57.751+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "FFAU5314100",
"ContainerIsoTypeCode": "4510",
"ContainerVisitUri": "v1/container-visits/21443458",
"SubscriptionContainerId": 8056769,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "MAERSK BUTON",
"ContainerVisitEventValue2": "533N",
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "TON533N",
"OutboundVesselName": "MAERSK BUTON",
"OutboundVesselIMONumber": 9392925,
"BookingReference": "720998921",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
LOPRelease
{
"SubscriptionEventId": 14462524,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "LOPRELEASE",
"ContainerVisitEventDatetime": "2025-08-23T05:21:03.454+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
LOPReleaseCancelled
{
"SubscriptionEventId": 14540161,
"SubscriptionId": 1666,
"PartnerPortCode": "NZAKL",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "LOPRELEASECANCELLED",
"ContainerVisitEventDatetime": "2025-08-22T11:41:47+12:00",
"ContainerVisitEventLocation": "NZAKL",
"ContainerNumber": "OOCU8309379",
"ContainerIsoTypeCode": "45G1",
"ContainerVisitUri": "v1/container-visits/21407960",
"SubscriptionContainerId": 8087489,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "CPT1828",
"InboundVesselName": "CMA CGM PERTH",
"InboundVesselIMONumber": 9477787,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "OOLU"
}
MPIRelease
{
"SubscriptionEventId": 14462525,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "MPIRELEASE",
"ContainerVisitEventDatetime": "2025-08-26T09:25:04.933+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}MPIReleaseCancelled
{
"SubscriptionEventId": 14540278,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "MPIRELEASECANCELLED",
"ContainerVisitEventDatetime": "2025-08-29T13:05:01.438+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "ONEU9387704",
"ContainerIsoTypeCode": "45R1",
"ContainerVisitUri": "v1/container-visits/21429364",
"SubscriptionContainerId": 8087328,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "RIB534N",
"InboundVesselName": "MAERSK RIO BLANCO",
"InboundVesselIMONumber": 9348089,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ONEY"
}
NoCEDO
{
"SubscriptionEventId": 14539516,
"SubscriptionId": 1568,
"PartnerPortCode": "NZLYT",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "NOCEDO",
"ContainerVisitEventDatetime": "2025-09-02T13:31:39.896+12:00",
"ContainerVisitEventLocation": "",
"ContainerNumber": "OOLU5547596",
"ContainerIsoTypeCode": "4510",
"ContainerVisitUri": "v1/container-visits/21507292",
"SubscriptionContainerId": 8086974,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "Vessel Arrival date: Sep 3 2025 8:00PM",
"ContainerVisitEventValue2": "No Cedo Warning: 48 hrs prior to Vessel Arrival",
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "COH0013",
"OutboundVesselName": "COSCO HAMBURG",
"OutboundVesselIMONumber": 9221085,
"BookingReference": "2310499890",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "OOLU"
}
PINAvailable
{
"SubscriptionEventId": 14540161,
"SubscriptionId": 1666,
"PartnerPortCode": "NZAKL",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "PINAVAILABLE",
"ContainerVisitEventDatetime": "2025-08-22T11:41:47+12:00",
"ContainerVisitEventLocation": "NZAKL",
"ContainerNumber": "OOCU8309379",
"ContainerIsoTypeCode": "45G1",
"ContainerVisitUri": "v1/container-visits/21407960",
"SubscriptionContainerId": 8087489,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": 123456,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "CPT1828",
"InboundVesselName": "CMA CGM PERTH",
"InboundVesselIMONumber": 9477787,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "OOLU"
}
PINSuspended
{
"SubscriptionEventId": 14540161,
"SubscriptionId": 1666,
"PartnerPortCode": "NZAKL",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "PINSUSPENDED",
"ContainerVisitEventDatetime": "2025-08-22T11:41:47+12:00",
"ContainerVisitEventLocation": "NZAKL",
"ContainerNumber": "OOCU8309379",
"ContainerIsoTypeCode": "45G1",
"ContainerVisitUri": "v1/container-visits/21407960",
"SubscriptionContainerId": 8087489,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": 123456,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "CPT1828",
"InboundVesselName": "CMA CGM PERTH",
"InboundVesselIMONumber": 9477787,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "OOLU"
}
PriorityGateIn
{
"SubscriptionEventId": 14540290,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "PRIORITYGATEIN",
"ContainerVisitEventDatetime": "2025-09-02T01:40:42.686+12:00",
"ContainerVisitEventLocation": "NZMKL",
"ContainerNumber": "HASU4049284",
"ContainerIsoTypeCode": "45G1",
"ContainerVisitUri": "v1/container-visits/21464382",
"SubscriptionContainerId": 8087486,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "Rail",
"ContainerVisitEventValue2": "MP10010925",
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
VBSChanged
{
"SubscriptionEventId": 14462426,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "VBSCHANGED",
"ContainerVisitEventDatetime": "2025-08-25T15:30:49.946+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "OTMU5006212",
"ContainerIsoTypeCode": "20P3",
"ContainerVisitUri": "v1/container-visits/21445153",
"SubscriptionContainerId": 8056544,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": "2025-08-26T12:00:00+12:00",
"ContainerVisitEventValue2": null,
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "ACE2532",
"OutboundVesselName": "ANL TASMAN TRADER",
"OutboundVesselIMONumber": 9961271,
"BookingReference": "ACD0848710",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "ANNU"
}
VesselArrival
{
"SubscriptionEventId": 14500977,
"SubscriptionId": 1550,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "IMPORT",
"ContainerVisitEventTypeCode": "VESSELARRIVAL",
"ContainerVisitEventDatetime": "2025-08-30T21:04:00+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "MAEU3506345",
"ContainerIsoTypeCode": "4560",
"ContainerVisitUri": "v1/container-visits/21464398",
"SubscriptionContainerId": 8056768,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": "LAP535N",
"InboundVesselName": "MAERSK RIO DELTA",
"InboundVesselIMONumber": 9357951,
"OutboundVesselRef": null,
"OutboundVesselName": null,
"OutboundVesselIMONumber": null,
"BookingReference": null,
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
VesselDeparture
{
"SubscriptionEventId": 14514134,
"SubscriptionId": 1688,
"PartnerPortCode": "NZTRG",
"ContainerVisitTypeCode": "EXPORT",
"ContainerVisitEventTypeCode": "VESSELDEPARTURE",
"ContainerVisitEventDatetime": "2025-08-28T15:30:00+12:00",
"ContainerVisitEventLocation": "NZTRG",
"ContainerNumber": "FFAU5314100",
"ContainerIsoTypeCode": "4510",
"ContainerVisitUri": "v1/container-visits/21443458",
"SubscriptionContainerId": 8056769,
"UserDefinedReference": "MyRef123",
"ContainerVisitEventValue": null,
"ContainerVisitEventValue2": null,
"InboundVesselRef": null,
"InboundVesselName": null,
"InboundVesselIMONumber": null,
"OutboundVesselRef": "TON533N",
"OutboundVesselName": "MAERSK BUTON",
"OutboundVesselIMONumber": 9392925,
"BookingReference": "720998921",
"ContainerStatus": "Full",
"ContainerOperatorSCACCode": "MAEU"
}
© PortConnect 2026