Create Company Inspection Template Item Reference
create_company_inspection_template_item_referenceCreate a reference attachment for a specific company inspection template item to enhance inspection documentation.
Instructions
Creates a Company 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: company_id, inspection_template_id, item_id, type, payload. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/item_references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| inspection_template_id | Yes | URL path parameter — the ID of the Company Inspection Template | |
| item_id | Yes | JSON request body field — iD of the associated Company Inspection Template Item | |
| type | Yes | JSON request body field — company 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 |