Create An Project Equipment Log
create_an_project_equipment_logCreate a new equipment log for a Procore project to track equipment onsite and offsite dates, inspection status, and induction details.
Instructions
Create an Project 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: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/managed_equipment_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |