Update Equipment Status (Company)
update_equipment_status_companyUpdate an existing equipment status record by providing status ID and company ID. Optionally modify name, type, or active status.
Instructions
Update equipment status (Company). Use this to update an existing Equipment records (only the supplied fields are changed). Updates the specified Equipment records and returns the modified object on success. Required parameters: status_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/equipment_register/statuses/{status_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_id | Yes | URL path parameter — unique identifier of the status | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — the name of the equipment status. | |
| type | No | JSON request body field — the type of the equipment status. | |
| is_active | No | JSON request body field — active/Inactive indicator for Equipment Status. |