create_attachment_project_v1_0_4
Add files to Procore project checklists by uploading attachments to specific inspection lists for documentation and compliance.
Instructions
Create Attachment. [Project Management/Inspections] POST /rest/v1.0/projects/{project_id}/checklist/lists/{list_id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| list_id | Yes | Checklist (Inspection) ID | |
| attachment | Yes | [DEPRECATED] Checklist (Inspection) Attachment. The 'attachment' field using multipart/form-data content-type for file uploads is deprecated. Please use application/json content-type with the 'at... |