Menu
Home Track and Port Handling Examples Track ship to position

Track ship to position

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

Request:

POST /ship/track

Payload:

{
   "source":{
      "ship":{
         "mmsi":219018501,
         "name":"MAJESTIC MAERSK"
      }
   },
   "destination":{
      "position":{
         "coordinates":[
            1.5156259423405036,
            51.02298012911689
         ],
         "type":"Point"
      }
   }
}

Response:

{
  "id": 1457932470394889
}

 

Updated on 14 November, 2018