Create Maintenance Log Attachment.
create_maintenance_log_attachmentAttach files to a managed equipment maintenance log in Procore. Uses company and maintenance log IDs to create the attachment.
Instructions
Create a new maintenance log attachment. 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, id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — id of the Managed Equipment Maintenance Log | |
| managed_equipment_maintenance_logs_id | No | JSON request body field — maintenance log Id the maintenance log attachment is associated with | |
| documents | No | JSON request body field — the documents for this Field Productivity operation | |
| folders | No | JSON request body field — the folders for this Field Productivity operation | |
| upload_uuids | No | JSON request body field — the upload uuids for this Field Productivity operation |