Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Add Vehicle Locations API is used to send vehicle location data to the FT platform. Vehicle data can come from GPS device providers. The location information is used by FT to track vehicles in nearly real time. This API support only the requested format given below.

Add Vehicle Locations API End Point

Info

POST https://api.freighttiger.com/api/tether/connect/vehicle/location/addpush

Request

Request Parameters

...

High-Level Process Flow

  1. The API gets accepts data in array as well as object format an array of vehicles and their last known locations

  2. API saves/updates the vehicles and their last known locations in a temporary table

  3. The location data in a temporary table is consumed by FT Location Service.

Responses

...