For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fleet management

The vehicles behind the trackers, where they are maintained, and how their trips are categorised.

Fleet management covers what a tracking device cannot report about itself. A vehicle record carries the VIN, the plate, and the consumption figures that turn distance into cost, and a garage records the premises the fleet is maintained from.

Vehicle is where most of that lives. Driver journal categorises trips as business or private, which is what a mileage claim is built from.

Operations in this section

Garage (depot)

Endpoint
Method
What it does

POST

List depots

POST

Create depot

POST

Update depot

POST

Delete depot

Driver journal entry

Endpoint
Method
What it does

POST

List driver journal entries

POST

Create driver journal entries

POST

Update driver journal entry

POST

Delete driver journal entries

POST

Download driver journal

Trip proposals

Endpoint
Method
What it does

POST

List trip proposals

Vehicle

Endpoint
Method
What it does

POST

Create vehicle

POST

Delete vehicles

POST

List vehicles

POST

Read vehicle

POST

Update vehicle

POST

Convert vehicle batch

Vehicle avatar

Endpoint
Method
What it does

POST

Assign vehicle icon

POST

Upload vehicle avatar

Vehicle import

Endpoint
Method
What it does

POST

Start vehicle import

POST

Read vehicle import

POST

List vehicle imports

POST

Download failed import rows

Service task

Endpoint
Method
What it does

POST

Create service tasks for vehicles

POST

Create service task

POST

Delete service task

POST

Download service task report

POST

List service tasks

POST

Read service task

POST

Set service task status

POST

Update service task

Service task file

Endpoint
Method
What it does

POST

Create service task file

Vehicle status listing

Endpoint
Method
What it does

POST

Read vehicle status listing

POST

Update vehicle status listing

Last updated

Was this helpful?