create_equipment_maintenance_log
Record equipment maintenance details including service dates and attachments to track upkeep history and schedule future services.
Instructions
Create Equipment Maintenance Log. [Project Management/Field Productivity] POST /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |