Create Project Equipment Maintenance Log
create_project_equipment_maintenance_logCreate a new equipment maintenance log for a project in Procore, recording service dates and attachments to track field productivity.
Instructions
Create Project Equipment Maintenance Log. 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: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/managed_equipment_maintenance_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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. |