update_project_equipment_maintenance_log
Update maintenance records for project equipment, including service dates and attachments, to track and manage equipment upkeep in Procore projects.
Instructions
Update Project Equipment Maintenance Log. [Project Management/Field Productivity] PATCH /rest/v1.0/projects/{project_id}/managed_equipment_maintenance_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the company to get the maintenance logs for | |
| project_id | Yes | Unique identifier for the project. | |
| managed_equipment_id | No | Equipment Id the maintenance log is associated with | |
| last_service_date | No | The Date the equipment was last services | |
| next_service_date | No | Next service date for the equipment | |
| upload_ids | No | The specified array of upload ids is saved as Managed Equipment Maintenance Logs Attachments. |