---
title: "CREATE vehicle cost center history entry"
method: POST
path: "/v1/vehicles/{uuid}/costCenter"
tags: ["Vehicles"]
---

# CREATE vehicle cost center history entry

`POST /v1/vehicles/{uuid}/costCenter`

Creates new cost center for the specified vehicle. This will be validated and added to vehicle's cost center history.The entry must not have the same startDate as an existing vehicle cost center history entry.

## Path parameters

- `uuid` string, uuid, required

## Request body

- CostCenterApiParams
  - `startDate` string, date
  - `costCenter` string

## Response `200`

Successful operation.

- VehicleCostCenterHistoryDto
  - `uuid` string, uuid
  - `costCenter` string
  - `dateRange` DateRangeDto
    - `startDate` string, date — Inclusive start date.
    - `endDate` string, date — Exclusive end date.

## Other responses

- `400` — Bad request - information on the invalid fields will be provided in the response body
- `404` — Vehicle not found.
- `409` — The new cost center start startDate conflicts with an existing cost center. The conflicting cost center will be returned in an error response.

---

[API](https://skmtc.net/avrios/apis/fleet-api-specifications.md) · [All operations](https://skmtc.net/avrios/apis/fleet-api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avrios/fleet-api-specifications/revisions/78fc4b609513/schema)
