update_equipment_maintenance_log
Modify equipment maintenance records in Procore by updating service dates, attachments, and associated equipment details for accurate tracking.
Instructions
Update Equipment Maintenance Log. [Project Management/Field Productivity] PATCH /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the company to get the makes for | |
| company_id | Yes | Unique identifier for the company. | |
| 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. |