Update Equipment Make (Company)
update_equipment_make_companyUpdate an equipment make record by specifying make ID and company ID. Optionally change the name or active status.
Instructions
Update equipment make (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: make_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/equipment_register_makes/{make_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make_id | Yes | URL path parameter — unique identifier of the make | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — the name for this Equipment operation | |
| is_active | No | JSON request body field — active/Inactive indicator for Equipment Make. |