Update An Project Equipment Log
update_an_project_equipment_logUpdate an existing equipment log for a Procore project. Specify the project ID and log ID to modify fields such as onsite/offsite dates, inspection details, and induction status.
Instructions
Update an Project Equipment Log. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/managed_equipment_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | JSON request body field — iD of the project the equipment was logged for | |
| id | Yes | URL path parameter — iD of the company to get the logs 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 |