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. |
PushTrackingTMSV2
Push Tracking Callback or Webhook Method fitted for TMS clients To be hosted by the Client
API | Description |
---|---|
POST api/pushtrackingtmsv2 |
This method implements the push tracking 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 |
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 |
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. |
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. |