Bulk Create Checklist (Inspections) Item Attachments
bulk_create_checklist_inspections_item_attachmentsUploads multiple attachments to a specified checklist item in one request. Creates many inspections records at once, with partial failure handling.
Instructions
Uploads Attachments to the specified Checklist Item for a given Project. Use this to create many Inspections records in a single request. Creates many Inspections records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: project_id, item_id, prostore_file_ids. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/checklist/list_item_attachments/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| item_id | Yes | JSON request body field — the ID of the Checklist Item | |
| prostore_file_ids | Yes | JSON request body field — an array of Prostore Files to link to the Checklist Item |