Create Maintenance Log Attachment. (Deprecated)
create_maintenance_log_attachmentAttach a file to an existing maintenance log and retrieve the new attachment record.
Instructions
Create a new maintenance log attachment. DEPRECATED: Procore has deprecated this endpoint (as of 2024-12-01). It is scheduled for removal on 2025-12-02; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Pass the record's fields as top-level arguments — they are nested under "managed_equipment_maintenance_logs_attachment" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Creates the maintenance log attachment and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| id | Yes | URL path parameter — id of the Managed Equipment Maintenance Log | |
| folders | No | JSON request body field — the folders for this Field Productivity operation | |
| documents | No | JSON request body field — the documents for this Field Productivity operation | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| upload_uuids | No | JSON request body field — the upload uuids for this Field Productivity operation | |
| managed_equipment_maintenance_logs_id | No | JSON request body field — maintenance log Id the maintenance log attachment is associated with |