Create Equipment Status (Company)
create_equipment_status_companyCreates a new equipment status record in Procore. Specify company ID, name, and type to define status as available, unavailable, or in use.
Instructions
Create equipment status (Company). Use this to create a new Equipment records in Procore. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: company_id, name, type. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register/statuses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — the name of the equipment status. | |
| type | Yes | JSON request body field — the type of the equipment status. | |
| is_active | No | JSON request body field — active/Inactive indicator for Equipment Status. |