create_checklist_item_attachment
Add files or documents to checklist items in Procore for project management and inspections.
Instructions
Create Checklist Item Attachment. [Project Management/Inspections] POST /rest/v1.0/checklist/lists/{list_id}/items/{item_id}/item_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Checklist ID | |
| item_id | Yes | Checklist Item ID | |
| project_id | Yes | The ID of the Project the Item belongs to | |
| section_id | Yes | The ID of the Section the Item belongs to | |
| attachment | Yes | Item Attachment. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with the `attachment` file. |