Finds Or Creates A Inspection Item Signature Request
finds_or_creates_a_inspection_item_signature_requestFind or create a signature request for a specific inspection item by providing company, project, item, and signatory IDs. Returns the existing request or creates a new one.
Instructions
Tries to find a Inspection Item Signature Request for a specified Inspection, creates one if it doesn't exist. Use this to perform the finds or action on Inspections. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, item_id, signatory_id. Procore API (v2.0): Project Management > Inspections. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_items/{item_id}/signature_requests/find_or_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| item_id | Yes | URL path parameter — unique identifier for the inspection item. | |
| signatory_id | Yes | JSON request body field — party ID of the signatory |