Update Equipment Category (Company)
update_equipment_category_companyUpdate an existing equipment category record for a company. Modify fields like name and active status using category ID and company ID.
Instructions
Update equipment category (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: category_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/equipment_register_categories/{category_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | URL path parameter — unique identifier of the category | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — the name of the equipment category. | |
| is_active | No | JSON request body field — active/Inactive indicator for Equipment Category. |