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
}