Update An Equipment Make
update_an_equipment_makeUpdate an equipment make's name and active status via the Procore API. Provide company ID, make ID, name, and is_active fields.
Instructions
Update a specified equipment make. 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, is_active. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_makes/{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 make | |
| name | Yes | JSON request body field — name of the equipment make | |
| is_active | Yes | JSON request body field — equipment make is active if true |