---
title: "Update contractor status"
method: PATCH
path: "/contractors/{id}"
tags: ["Contractors"]
---

# Update contractor status

`PATCH /contractors/{id}`

Updates contractor status (ACTIVE/INACTIVE).

## Path parameters

- `id` integer, required

## Request body

- ContractorStatusUpdate
  - `status` 'ACTIVE' | 'INACTIVE', required

## Response `200`

Status updated successfully

- ContractorStatusUpdateResponse
  - `message` string

## Other responses

- `400` — Invalid request body
- `404` — Contractor not found

---

[API](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system.md) · [All operations](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/developer-jutra/wms-api-warehouse-management-system/revisions/4f7f9819f9b6/schema)
