create_an_project_equipment_log
Log equipment arrival, departure, and inspection dates for construction projects to track field productivity and maintain compliance records.
Instructions
Create an Project Equipment Log. [Project Management/Field Productivity] POST /rest/v1.0/projects/{project_id}/managed_equipment_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ID of the project the equipment was logged 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 |