Update Equipment Category
update_equipment_categoryUpdate an existing equipment category's name and active status in Procore's Field Productivity. Requires company ID, category ID, and new name.
Instructions
Update a specified equipment category. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: company_id, id, name. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_categories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the Equipment Category | |
| name | Yes | JSON request body field — name of the category | |
| is_active | No | JSON request body field — if the category is active |