---
title: "Updates the given IMEIConfig id"
method: PUT
path: "/v1/resourceowner/imeiconfigs3/{imeiConfigId}"
tags: ["ResourceOwnerIMEIConfig3"]
---

# Updates the given IMEIConfig id

`PUT /v1/resourceowner/imeiconfigs3/{imeiConfigId}`

## Path parameters

- `imeiConfigId` integer, required

## Request body

- IMEIConfigEdit3Model
  - `VehicleId` integer, required
  - `IMEIDeviceType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 255
  - `OrganizationNodeId` integer

## Response `200`

The IMEIConfig was saved

## 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
- `404` — The IMEIConfig that you tried to update doesn't exist
- `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)
