GetServiceStatus

Get Service and Carrier Status

APIDescription
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.

APIDescription
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

APIDescription
POST api/pushtrackingtmsv2

This method implements the push tracking payload data receival.

GetAnticipation

Get Anticipated Tracking Data for a CBL

APIDescription
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

APIDescription
POST api/pushtracking

This method implements the push tracking payload data receival.

FunctionalAcknowledgement

Functional Acknowledgement

APIDescription
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

APIDescription
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)

APIDescription
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

APIDescription
POST api/gettracking

This method returns tracking feeds and milestones for a queried Carrier Bill of Ladings and its corresponding Containers.