Create Equipment Maintenance Log
create_equipment_maintenance_logCreate a new equipment maintenance log entry in Procore, recording last and next service dates with optional attachments for field productivity tracking.
Instructions
Create a new equipment maintenance log entry. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |