> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/navixy-api/user-api/resources/fleet.md).

# 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](/docs/navixy-api/user-api/resources/fleet/vehicle.md) is where most of that lives. [Driver journal](/docs/navixy-api/user-api/resources/fleet/driver_journal.md) 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 |
| ------------------------------------------------------------------------------------------ | ------ | ------------ |
| [`/garage/list`](/docs/navixy-api/user-api/resources/fleet/garage.md#post-garage-list)     | POST   | List depots  |
| [`/garage/create`](/docs/navixy-api/user-api/resources/fleet/garage.md#post-garage-create) | POST   | Create depot |
| [`/garage/update`](/docs/navixy-api/user-api/resources/fleet/garage.md#post-garage-update) | POST   | Update depot |
| [`/garage/delete`](/docs/navixy-api/user-api/resources/fleet/garage.md#post-garage-delete) | POST   | Delete depot |

#### Driver journal entry

| Endpoint                                                                                                                                 | Method | What it does                  |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------------------- |
| [`/driver/journal/entry/list`](/docs/navixy-api/user-api/resources/fleet/driver_journal/entry.md#post-driver-journal-entry-list)         | POST   | List driver journal entries   |
| [`/driver/journal/entry/create`](/docs/navixy-api/user-api/resources/fleet/driver_journal/entry.md#post-driver-journal-entry-create)     | POST   | Create driver journal entries |
| [`/driver/journal/entry/update`](/docs/navixy-api/user-api/resources/fleet/driver_journal/entry.md#post-driver-journal-entry-update)     | POST   | Update driver journal entry   |
| [`/driver/journal/entry/delete`](/docs/navixy-api/user-api/resources/fleet/driver_journal/entry.md#post-driver-journal-entry-delete)     | POST   | Delete driver journal entries |
| [`/driver/journal/entry/download`](/docs/navixy-api/user-api/resources/fleet/driver_journal/entry.md#post-driver-journal-entry-download) | POST   | Download driver journal       |

#### Trip proposals

| Endpoint                                                                                                                                  | Method | What it does        |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------------- |
| [`/driver/journal/proposal/list`](/docs/navixy-api/user-api/resources/fleet/driver_journal/proposal.md#post-driver-journal-proposal-list) | POST   | List trip proposals |

#### Vehicle

| Endpoint                                                                                                    | Method | What it does          |
| ----------------------------------------------------------------------------------------------------------- | ------ | --------------------- |
| [`/vehicle/create`](/docs/navixy-api/user-api/resources/fleet/vehicle.md#post-vehicle-create)               | POST   | Create vehicle        |
| [`/vehicle/delete`](/docs/navixy-api/user-api/resources/fleet/vehicle.md#post-vehicle-delete)               | POST   | Delete vehicles       |
| [`/vehicle/list`](/docs/navixy-api/user-api/resources/fleet/vehicle.md#post-vehicle-list)                   | POST   | List vehicles         |
| [`/vehicle/read`](/docs/navixy-api/user-api/resources/fleet/vehicle.md#post-vehicle-read)                   | POST   | Read vehicle          |
| [`/vehicle/update`](/docs/navixy-api/user-api/resources/fleet/vehicle.md#post-vehicle-update)               | POST   | Update vehicle        |
| [`/vehicle/batch_convert`](/docs/navixy-api/user-api/resources/fleet/vehicle.md#post-vehicle-batch_convert) | POST   | Convert vehicle batch |

#### Vehicle avatar

| Endpoint                                                                                                           | Method | What it does          |
| ------------------------------------------------------------------------------------------------------------------ | ------ | --------------------- |
| [`/vehicle/avatar/assign`](/docs/navixy-api/user-api/resources/fleet/vehicle/avatar.md#post-vehicle-avatar-assign) | POST   | Assign vehicle icon   |
| [`/vehicle/avatar/upload`](/docs/navixy-api/user-api/resources/fleet/vehicle/avatar.md#post-vehicle-avatar-upload) | POST   | Upload vehicle avatar |

#### Vehicle import

| Endpoint                                                                                                                             | Method | What it does                |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------ | --------------------------- |
| [`/vehicle/import/start`](/docs/navixy-api/user-api/resources/fleet/vehicle/import.md#post-vehicle-import-start)                     | POST   | Start vehicle import        |
| [`/vehicle/import/read`](/docs/navixy-api/user-api/resources/fleet/vehicle/import.md#post-vehicle-import-read)                       | POST   | Read vehicle import         |
| [`/vehicle/import/list`](/docs/navixy-api/user-api/resources/fleet/vehicle/import.md#post-vehicle-import-list)                       | POST   | List vehicle imports        |
| [`/vehicle/import/download_failed`](/docs/navixy-api/user-api/resources/fleet/vehicle/import.md#post-vehicle-import-download_failed) | POST   | Download failed import rows |

#### Service task

| Endpoint                                                                                                                                         | Method | What it does                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------ | --------------------------------- |
| [`/vehicle/service_task/batch/create`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-batch-create) | POST   | Create service tasks for vehicles |
| [`/vehicle/service_task/create`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-create)             | POST   | Create service task               |
| [`/vehicle/service_task/delete`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-delete)             | POST   | Delete service task               |
| [`/vehicle/service_task/download`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-download)         | POST   | Download service task report      |
| [`/vehicle/service_task/list`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-list)                 | POST   | List service tasks                |
| [`/vehicle/service_task/read`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-read)                 | POST   | Read service task                 |
| [`/vehicle/service_task/set_status`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-set_status)     | POST   | Set service task status           |
| [`/vehicle/service_task/update`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task.md#post-vehicle-service_task-update)             | POST   | Update service task               |

#### Service task file

| Endpoint                                                                                                                                            | Method | What it does             |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------------------ |
| [`/vehicle/service_task/file/create`](/docs/navixy-api/user-api/resources/fleet/vehicle/service-task/file.md#post-vehicle-service_task-file-create) | POST   | Create service task file |

#### Vehicle status listing

| Endpoint                                                                                                                            | Method | What it does                  |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------------------- |
| [`/vehicle/status/listing/read`](/docs/navixy-api/user-api/resources/fleet/vehicle/listing.md#post-vehicle-status-listing-read)     | POST   | Read vehicle status listing   |
| [`/vehicle/status/listing/update`](/docs/navixy-api/user-api/resources/fleet/vehicle/listing.md#post-vehicle-status-listing-update) | POST   | Update vehicle status listing |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/navixy-api/user-api/resources/fleet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
