create_equipment_log_company
Create equipment logs in Procore to track on-site equipment arrival, departure, and inspection status for construction projects.
Instructions
Create equipment log.. [Project Management/Field Productivity] POST /rest/v1.0/companies/{company_id}/managed_equipment_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| 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 |