Update An Equipment Type
update_an_equipment_typeUpdate an existing equipment type's name, category, or active status in Procore Field Productivity. Modify specific fields of a managed equipment type using its ID.
Instructions
Update a specified equipment type. 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: id, company_id, name, managed_equipment_category_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the company to get the types for | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — name of the equipment Type | |
| managed_equipment_category_id | Yes | JSON request body field — equipment category ID the type is associated to | |
| is_active | No | JSON request body field — if the equipment model is active |