Create Equipment Log.
create_equipment_log_companyCreate a new equipment log in Procore to record onsite and offsite dates, inspection details, and induction status for managed equipment. Use this to track field productivity records.
Instructions
Create a new equipment log. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | No | JSON request body field — iD of the project the equipment was logged for | |
| managed_equipment_id | No | JSON request body field — equipment Id the log is associated with | |
| onsite | No | JSON request body field — the Date equipment arrived on site | |
| offsite | No | JSON request body field — the Date equipment left the site | |
| inspection_date | No | JSON request body field — the date the equipment was inspected | |
| induction_checklist_list_id | No | JSON request body field — id of the inspection list the equipment uses | |
| induction_number | No | JSON request body field — the number used for equipment induction | |
| induction_status | No | JSON request body field — indicates if the equipemnt has been successfully inspected and allowed to perform work |