---
title: "Create an Equipment"
method: POST
path: "/app/v1/equipment"
tags: ["equipment"]
---

# Create an Equipment

`POST /app/v1/equipment`

## Request body

- EquipmentInput
  - `custom_attributes` CustomAttributes
  - `effective_date` string
  - `facility_id` string — ID of the facility that the equipment belongs to
  - `latitude` number, nullable — latitude on the Earth
  - `longitude` number, nullable — longitude on the Earth
  - `name` string
  - `status` 'active' | 'inactive' | 'deprecated'
  - `type_id` 'acid_gas_removal' | 'desiccant_dehydrator' | 'ng_pneumatic_devices'

## Response `200`

successful operation

- EquipmentWithFacility
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `created_by` string, uuid
  - `updated_by` string, uuid
  - `custom_attributes` CustomAttributes
  - `effective_date` string
  - `facility` FacilityNameAndId
    - `custom_attributes` CustomAttributes
    - `id` string, uuid
    - `name` string
  - `id` string
  - `latitude` number, nullable — latitude on the Earth
  - `longitude` number, nullable — longitude on the Earth
  - `name` string
  - `status` 'active' | 'inactive' | 'deprecated'
  - `type` EquipmentTypeShallow
    - `id` string
    - `name` string

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
