Menu
Home Track and Port Handling Examples Track ship to location

Track ship to location

To track a ship to a location use the following API operation.

Request:

POST /ship/track

Payload:

{
   "source":{
      "ship":{
         "mmsi":219018501,
         "name":"MAJESTIC MAERSK"
      }
   },
   "destination":{
      "location":{
         "id": "1457917595059921",
         "name": "English Channel"
      } 
   } 
}

Response:

{
  "id": 1457932470394889
}

 

Updated on 14 November, 2018