Create Attachment
create_attachment_project_v1_0_4Attach a file to a Procore inspection checklist. Provide project ID, list ID, and attachment data to create the attachment.
Instructions
Creates an attachment for the specified Checklist (Inspection). Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: project_id, list_id, attachment. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/checklist/lists/{list_id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| list_id | Yes | URL path parameter — checklist (Inspection) ID | |
| attachment | Yes | JSON request body field — [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... |