Update Current Project (Company)
update_current_project_companyUpdate the current project associated with an equipment record for a specified company. Provide equipment ID, company ID, and new project ID to modify the equipment's project assignment.
Instructions
Update current project (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: equipment_id, company_id, project_id. Procore API (v2.1): Core > Equipment. Endpoint: PATCH /rest/v2.1/companies/{company_id}/equipment_register/{equipment_id}/current_project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | JSON request body field — the project being logged on the equipment. |