---
title: "Update an existing inventory location"
method: PUT
path: "/InventoryLocations/{id}"
tags: ["InventoryLocations"]
---

# Update an existing inventory location

`PUT /InventoryLocations/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateInventoryLocationDto
  - `isActive` boolean
  - `name` string
  - `code` string, nullable
  - `description` string, nullable
  - `locationType` string
  - `isDefault` boolean
  - `displayOrder` union
    - integer
    - string, int32

## Response `200`

OK

- InventoryLocationDto
  - `id` string
  - `name` string
  - `code` string, nullable
  - `description` string, nullable
  - `locationType` string
  - `isActive` boolean
  - `isDefault` boolean
  - `displayOrder` union
    - integer
    - string, int32
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
