create_project_inspection_template_item_reference
Add references like attachments, documents, or drawings to inspection template items in Procore projects for comprehensive quality control documentation.
Instructions
Create Project Inspection Template Item Reference. [Project Management/Inspections] POST /rest/v1.0/projects/{project_id}/inspection_templates/{inspection_template_id}/item_references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| inspection_template_id | Yes | The ID of the Project Inspection Template | |
| item_id | Yes | ID of the associated Project Inspection Template Item | |
| type | Yes | Project Inspection Template Item Reference Type | |
| payload | Yes | To upload an attachment you must upload the entire payload as `multipart/form-data` content-type |