---
title: "Creates a new IMEIConfig and associates it with vehicle"
method: POST
path: "/v1/resourceowner/imeiconfigs"
tags: ["ResourceOwnerIMEIConfig"]
---

# Creates a new IMEIConfig and associates it with vehicle

`POST /v1/resourceowner/imeiconfigs`

## Request body

- IMEIConfigCreateModel
  - `IMEI` string
  - `VehicleId` integer
  - `SerialNumber` string
  - `IMEIDeviceType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 255

## Response `200`

A link in the header is returned to the newly created ImeiConfig

## Other responses

- `403` — Request is forbidden, this could occur if you try to add an IMEI that already exists or if it is not available in our systems. In addition, if the serialnumber to the IMEI device is incorrect
- `500` — Internal server error

---

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