update_equipment_model_company_v2_0
Modify equipment model details for a company in Procore, including name, type, and activation status.
Instructions
Update equipment model (Company). [Core/Equipment] PATCH /rest/v2.0/companies/{company_id}/equipment_register_models/{model_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Model id | |
| company_id | Yes | Unique identifier for the company. | |
| name | No | The name of the equipment model. | |
| type_id | No | The unique identifier of the equipment make. | |
| is_active | No | Active/Inactive indicator for Equipment Model. |