update_an_project_equipment_log
Modify equipment log details for construction projects, including arrival/departure dates, inspection records, and induction status to maintain accurate field productivity tracking.
Instructions
Update an Project Equipment Log. [Project Management/Field Productivity] PATCH /rest/v1.0/projects/{project_id}/managed_equipment_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ID of the project the equipment was logged for | |
| id | Yes | ID of the company to get the logs for | |
| managed_equipment_id | No | Equipment Id the log is associated with | |
| onsite | No | The Date equipment arrived on site | |
| offsite | No | The Date equipment left the site | |
| inspection_date | No | The date the equipment was inspected | |
| induction_checklist_list_id | No | Id of the inspection list the equipment uses | |
| induction_number | No | The number used for equipment induction | |
| induction_status | No | Indicates if the equipemnt has been successfully inspected and allowed to perform work |