Set Current Project (Project)
set_current_project_projectAssigns an equipment record to a project, updating its current project assignment using equipment ID, project ID, and company ID.
Instructions
Set current project (Project). Use this to perform the set current action on Equipment records. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: equipment_id, project_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/project_log
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. |