Update Equipment Type (Company)
update_equipment_type_companyUpdate an existing equipment type record for a company. Modify fields like name or active status using type_id and company_id.
Instructions
Update equipment type (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: type_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/equipment_register_types/{type_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_id | Yes | URL path parameter — unique identifier of the type | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — the name of the equipment type. | |
| is_active | No | JSON request body field — active/Inactive indicator for Equipment Type. |