---
title: "Create Vehicle"
method: POST
path: "/vehicle"
---

# Create Vehicle

`POST /vehicle`

This API creates a vehicle and assigns it to an existing route

## Request body

- object
  - `RAW_BODY` string, json
  - `vehicle` string, json — Vehicle details
  - `routeId` integer — Unique ID of bus route

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/interswitchgroup/apis/oauth2.md) · [All operations](https://skmtc.net/interswitchgroup/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interswitchgroup/oauth2/versions/13065c872c78/schema)
