Creates A Inspection Item Signature Request
creates_a_inspection_item_signature_request_projectCreate a signature request for an inspection item by uploading a signature attachment. Requires company, project, item, and signature request IDs.
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, id, attachment. Procore API (v2.0): Project Management > Inspections. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_items/{item_id}/signature_requests/{id}/signature
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. | |
| id | Yes | URL path parameter — unique identifier for the inspection item signature request. | |
| attachment | Yes | JSON request body field — inspection Item Signature To upload a signature you must upload the entire payload as `multipart/form-data` content-type with the `signature` file. |