create_company_inspection_template_item_reference
Add attachment references to inspection template items in Procore to document requirements and standards for project quality control.
Instructions
Create Company Inspection Template Item Reference. [Project Management/Inspections] POST /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/item_references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| inspection_template_id | Yes | The ID of the Company Inspection Template | |
| item_id | Yes | ID of the associated Company Inspection Template Item | |
| type | Yes | Company Inspection Template Item Reference Type | |
| payload | Yes | To upload an attachment you must upload the entire payload as `multipart/form-data` content-type |