GetServiceStatus
Get Service and Carrier Status
API | Description |
---|---|
POST api/GetServiceStatus |
This method returns Carrier Service Statuses |
PushNotification
Push Notification Callback (Webhook) used in lieu of the PushTracking Callback (Webhook). This is a lightweight method to notify that a bill of lading or container query has an update. Henceforth, providing a signal and the option to call the 'gettracking' or 'gettrackingv2' method to pull tracking data. To be implemented and hosted by the client.
API | Description |
---|---|
POST api/PushNotification |
This method implements the push notification payload data receival. |
GetAnticipation
Get Anticipated Tracking Data for a CBL
API | Description |
---|---|
POST api/GetAnticipation |
This method returns anticipated tracking events for a queried Carrier Bill of Ladings and its corresponding Containers. Note: This data is not validated |
GetAISTracking
Get AIS Vessel Positional Tracking Data for a CBL
API | Description |
---|---|
POST api/GetAISTracking |
This method returns ais tracking feeds for a queried Carrier Bill of Lading and Container Number. |
PushTracking
Push Tracking Callback or Webhook Method To be hosted by the Client
API | Description |
---|---|
POST api/PushTracking |
This method implements the push tracking payload data receival. |
FunctionalAcknowledgement
Functional Acknowledgement
API | Description |
---|---|
POST api/FunctionalAcknowledgement |
This method is used for reporting a Functional Acknowledgement. RestFUL version of an X12 997 or EDIFACT CONTROL |
RegisterBatchV2
Register a Batch of Container(s)
API | Description |
---|---|
POST api/RegisterBatchV2 |
This method is used for registering a list of Containers. This method is required to be called for the GetTrackingV2 method to return tracking feeds. |
Register
Register a CBL
API | Description |
---|---|
POST api/Register |
This method is used for registering an Ocean Carrier Bill of Lading number (CBL). This method is required to be called for the GetTracking method to return tracking feeds. |
RegisterBatch
Register a Batch of CBL(s)
API | Description |
---|---|
POST api/RegisterBatch |
This method is used for registering a list of Ocean Carrier Bill of Lading numbers (CBLs). This method is required to be called for the GetTracking method to return tracking feeds. |
GetTrackingV2
Get Tracking Data for a Container Version 2
API | Description |
---|---|
POST api/GetTrackingV2 |
This method returns tracking feeds and milestones for a queried Container. |
GetTracking
Get Tracking Data for a CBL
API | Description |
---|---|
POST api/GetTracking |
This method returns tracking feeds and milestones for a queried Carrier Bill of Ladings and its corresponding Containers. |
PushTrackingV2
Push Tracking Data for Container Queries Callback or Webhook Method To be hosted by the Client
API | Description |
---|---|
POST api/PushTrackingV2 |
This method implements the push tracking payload data receival. |
RegisterV2
Register a Container Version 2
API | Description |
---|---|
POST api/RegisterV2 |
This method is used for registering a Container. This method is required to be called for the GetTrackingV2 method to return tracking feeds. |