Creates A Inspection Item Signature Request
creates_a_inspection_item_signature_request_project_v2_0Create a signature request for an inspection item. Specify the company, project, item, and signatory to generate the request in Procore.
Instructions
Creates a Inspection Item Signature Request for a specified Inspection. Use this to perform the creates a 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
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 |