GateHouse Webservices Overview
  • HTTP Status Codes
  • Next Port
  • OceanIO
  • Replay
  • Statistics
  • Track and Port Handling
  • Useful Tools
  • User Configuration
  • Watchdog
  • WFS Service
  • WMS Service
  • All Docs

Track and Port Handling

  • Basics
    • Introduction
    • Port List
    • Port Information
    • Ship Track
    • Port Arrivals
    • List ships within an area
    • Get historical trips for a ship
    • Get historical track for a ship
    • Route Calculation
    • Create Location
    • Location List
  • Use Cases
    • Introduction
    • Track ship to port
    • Track ship to destination with via points
    • Select ship in aisWeb
  • Examples
    • Introduction
    • Get port list
    • Get Port calls by port
    • Get port information
    • Get port arrivals
    • Get location list
    • Create location
    • Delete location
    • Track ship to port
    • Track ship to position
    • Track ship to location
    • Track ship with via points
    • Get track
    • Add/Update track related ERP parameters
    • Delete track
    • Get ships within an area
    • Get historical trips
    • Get historical track
    • Calculate route
  • Tracking Codes
  • Swagger UI
  1. Home
  2. Track and Port Handling
  3. Examples
  4. 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 November 16, 2018

Doc navigation

← Track ship to positionTrack ship with via points →
© 2023 GateHouse Webservices Overview
Proudly powered by WordPress | Theme: weDocs by Tareq Hasan