---
title: "Create a vehicle"
method: POST
path: "/api/v1/vehicles"
tags: ["Vehicles"]
---

# Create a vehicle

`POST /api/v1/vehicles`

Required scope: `vehicles:write`

## Request body

- CreateVehicle
  - `name` string, required — Name of the vehicle
  - `modelId` integer, nullable — Id of the vehicle model
  - `teamId` integer, required — Id of the team the vehicle belongs to
  - `licensePlate` string, nullable — License plate of the vehicle
  - `brand` string, nullable — Manual vehicle brand name. Required when modelId is not provided.
  - `modelName` string, nullable — Manual vehicle model name. Required when modelId is not provided.
  - `vehicleType` string, nullable — Vehicle type. Required when modelId is not provided.
  - `vid` string, nullable — VID identifier for auto-charge (manual vehicles only). Format: VID:xxxxxxxxxxxx

## Response `201`

Vehicle created

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
