Update Equipment Maintenance Log
update_equipment_maintenance_logUpdate an existing equipment maintenance log by supplying only the fields that need to change, such as service dates or attachments. Returns the updated log object.
Instructions
Update a specified 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, company_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the company to get the makes for | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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. |