Update An Equipment Model
update_an_equipment_modelUpdate an existing equipment model record in Procore's Field Productivity by providing its name, make ID, and type ID. The tool modifies only supplied fields and returns the updated object.
Instructions
Update a specified equipment model. 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_make_id, managed_equipment_type_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_models/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the company to get the models for | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — name of the equipment model | |
| managed_equipment_make_id | Yes | JSON request body field — equipment make ID the model is associated to | |
| managed_equipment_type_id | Yes | JSON request body field — equipment type ID the model is associated to | |
| is_active | No | JSON request body field — if the equipment model is active |