Create Project Inspection Template Item Reference
create_project_inspection_template_item_referenceCreates a new reference (attachment, document, drawing, form, or image) for a specified inspection template item in a Procore project.
Instructions
Creates a Project Inspection Template Item Reference for a specified Checklist Template Item. 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, inspection_template_id, item_id, type, payload. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/inspection_templates/{inspection_template_id}/item_references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| inspection_template_id | Yes | URL path parameter — the ID of the Project Inspection Template | |
| item_id | Yes | JSON request body field — iD of the associated Project Inspection Template Item | |
| type | Yes | JSON request body field — project Inspection Template Item Reference Type | |
| payload | Yes | JSON request body field — to upload an attachment you must upload the entire payload as `multipart/form-data` content-type |