Update Equipment (Company) (Deprecated)
update_equipment_company_v2_0Update existing equipment for a Procore company. Send only fields to change; omitted fields keep their values. Returns the modified equipment or an error payload with HTTP status.
Instructions
Updates an existing equipment for the specified Procore company. DEPRECATED: Procore has deprecated this endpoint (as of 2025-06-20). It is scheduled for removal on 2026-06-25; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted. Returns the modified equipment on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API (v2.0): Resource Management > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/equipment_register
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. |