Update Unmanaged Equipment (Project)
update_unmanaged_equipment_projectUpdate an unmanaged equipment record in a Procore project by providing the equipment ID, project ID, company ID, and active status. Only supplied fields are changed.
Instructions
Update unmanaged equipment (Project). 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: equipment_id, project_id, company_id, is_active. Procore API (v2.0): Core > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/equipment_unmanaged/{equipment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| project_id | Yes | URL path parameter — the Id of the project | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| is_active | Yes | JSON request body field — active/Inactive indicator for Equipment Category. |