---
title: "Create an organization Air Mover"
method: POST
path: "/v1/air_movers"
tags: ["Equipment"]
deprecated: true
---

# Create an organization Air Mover

`POST /v1/air_movers`

> **Deprecated.**

## Headers

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

## Request body

- AirMoverRequest — 'AirMover's are air movers in an organization's equipment inventory.
  - `organization_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `supported_air_mover_id` integer, required — 'SupportedAirMover' ID
  - `serial_number` string, nullable — 'AirMover''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 'AirMover' is a rental
  - `asset_identifier` string, required — 'AirMover' asset identifier

## Response `200`

The 'AirMover' was created successfully.

- AirMoverResponse — 'AirMover's are air movers in an organization's equipment inventory.
  - `id` integer, required — The 'id' of the 'AirMover'
  - `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_air_mover_id` integer, required — 'SupportedAirMover' ID
  - `manufacturer` string, required — 'AirMover' manufacturer
  - `model` string, required — 'AirMover' model
  - `serial_number` string, nullable, required — 'AirMover''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 'AirMover' is a rental
  - `asset_identifier` string, required — 'AirMover' asset identifier
  - `status` 'available' | 'active' | 'retired', required — Air mover status
  - `property_claim_id` integer, nullable, required — Id of the claim the air mover 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)
