---
title: "Update an existing organization Dehumidifier"
method: PATCH
path: "/v1/dehumidifiers/{dehumidifier_id}"
tags: ["Equipment"]
deprecated: true
---

# Update an existing organization Dehumidifier

`PATCH /v1/dehumidifiers/{dehumidifier_id}`

> **Deprecated.**

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Request body

- union
  - object — 'Dehumidifier' attributes that can be updated via a patch request
    - `asset_identifier` string
    - `serial_number` string, nullable — 'Dehumidifier''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
    - `status` 'available' — 'available' status: Optionally specify a 'status' of 'available' to remove the dehumidifier from any claim that it might currently be working on. The dehumidifier's 'property_claim_id' will be set to null.
  - object — 'Dehumidifier' attributes that can be updated via a patch request
    - `asset_identifier` string
    - `serial_number` string, nullable — 'Dehumidifier''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
    - `status` 'retired' — 'retired' status: Optionally specify a 'status' of 'retired' to retire the dehumidifier and also remove it from any claim that it might currently be working on. The dehumidifier's 'property_claim_id' will be set to null.

## Response `200`

The 'Dehumidifier' was patched successfully.

- DehumidifierResponse — 'Dehumidifier's are dehumidifiers in an organization's equipment inventory.
  - `id` integer, required — The 'id' of the 'Dehumidifier'
  - `id_v2` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `organization_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `supported_dehumidifier_id` integer, required — 'SupportedDehumidifier' ID
  - `manufacturer` string, required — 'Dehumidifier' manufacturer
  - `model` string, required — 'Dehumidifier' model
  - `serial_number` string, nullable, required — 'Dehumidifier''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
  - `is_rental` boolean, required — Whether or not the 'Dehumidifier' is a rental
  - `asset_identifier` string, required — 'Dehumidifier' asset identifier
  - `status` 'available' | 'active' | 'retired', required — Dehumidifier status
  - `property_claim_id` integer, nullable, required — Id of the claim the dehumidifier is currently working on (if applicable.)

## Other responses

- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

[API](https://skmtc.net/encircleapp/apis/encircle-public-api.md) · [All operations](https://skmtc.net/encircleapp/apis/encircle-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/encircleapp/encircle-public-api/versions/c510e8f20951/schema)
