Skip to content

Managing Entities

All aspects of the TN360 platform may be managed via RESTful API's. Standard RESTful semantics are used, such as HTTP POST to create an entity, HTTP DELETE to delete/disable an entity, and HTTP PUT to update.

All these operations are available in the TN360 User Interface, and may be performed manually.

The following API's are likely most useful as a starting point:

  • Companies: Companies API allows you to inspect the company hierarchy in your account. Companies may not be created in the platform via API as this has billing implications.
  • Users and Drivers: Users API allows you to manage all aspects of the web Users and the set of registered Drivers.
  • Roles: Roles API allows you to create and manage role-based access controls.
  • Vehicles: Vehicles API allows you to create and manage vehicles within the system.
  • Fleets: Fleets API allows you to group vehicles into virtual groupings to facilitate reporting, access controls, and visual groupings.
  • Devices: Devices API allows you to introspect information about the devices in your account. Please be wary of changes to devices as that can affect the quality of your service.
  • Geofences: Geofences API allows you to create and manage geofences.
  • Locations: Locations API allows you to create and manage locations of interest, optionally specifying location contact details.