Update Project Equipment Maintenance Log
update_project_equipment_maintenance_logUpdate an existing equipment maintenance log in a Procore project by specifying the log ID and project ID. Modify service dates or add attachments to keep records accurate.
Instructions
Update Project Equipment Maintenance 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: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/managed_equipment_maintenance_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the company to get the maintenance logs for | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| managed_equipment_id | No | JSON request body field — equipment Id the maintenance log is associated with | |
| last_service_date | No | JSON request body field — the Date the equipment was last services | |
| next_service_date | No | JSON request body field — next service date for the equipment | |
| upload_ids | No | JSON request body field — the specified array of upload ids is saved as Managed Equipment Maintenance Logs Attachments. |