Set Current Project (Company)
set_current_project_companySets the current project and company for an equipment record by creating a project log entry.
Instructions
Set current project (Company). 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, company_id, project_id. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register/{equipment_id}/project_log
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. |