Info
API | Description |
---|---|
GET api/Info?CntrNo={CntrNo} |
Container's technical info (ATLAS). Security Token needed. |
GET api/Info?ShipmentNo={ShipmentNo}&VehicleID={VehicleID} |
Roro Tracking information from Grimaldi ERP corportate system. Security Token needed. |
GET api/Info?ShipmentNo={ShipmentNo}&VIN={VIN} |
Roro Tracking events (ie OnQuay|Loaded). Security Token needed. |
GET api/Info?ShipmentNo={ShipmentNo} |
Shipment Information ie (POL|POD|ETS|ETA). Security Token needed. |
GET api/Info?POL={POL}&POD={POD}&nDays={nDays}&ShowTS={ShowTS} |
Point to Point Sailing Schedule departures. All voyages with estimate departure at Port of Loading from today for number of days as specified in nDays parameter. Security Token needed. |
GET api/Info?VoyageNo={VoyageNo} |
Sailing Schedule details by Voyage. Security Token needed. |
GET api/Info?VoyageForSOF={VoyageForSOF} |
Sailing Schedule SOF details by Voyage. Security Token needed. |
Security
API | Description |
---|---|
GET api/Security |
Get Security Token to be used in the Http Header (Bearer) Pass UserID and UserSecret in the request header |
GET api/Security?Token={Token} |
Check the validity of the Security Token to be used in the Http Header request (Bearer) |
Atlas
API | Description |
---|---|
POST api/Atlas |
Registration of multiple vehicle tracking event. Security Token needed. |
GET api/Atlas?ShipmentNo={ShipmentNo}&VehicleID={VehicleID} |
Roro Tracking information from Grimaldi ERP corportate system (ATLAS). Security Token needed. |
EVoyage
API | Description |
---|---|
POST api/EVoyage?EVoyage={EVoyage}&EVoyage_TS={EVoyage_TS} |
EVoyage schedule update. Security Token needed. |