Update Equipment Model (Company)
update_equipment_model_companyUpdate existing equipment model records by specifying the model and company IDs. Modify fields like name, type, or active status as needed.
Instructions
Update equipment model (Company). Use this to update an existing Equipment records (only the supplied fields are changed). Updates the specified Equipment records and returns the modified object on success. Required parameters: model_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/equipment_register_models/{model_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | URL path parameter — unique identifier of the model | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — the name of the equipment model. | |
| type_id | No | JSON request body field — the unique identifier of the equipment make. | |
| is_active | No | JSON request body field — active/Inactive indicator for Equipment Model. |