Create Checklist Signature Request
create_checklist_signature_requestCreate a signature request for a checklist to start a new inspection in Procore. Specify the list, project, and signatory to trigger the inspection process.
Instructions
Creates a Signature Request for a specified Checklist. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: list_id, project_id, signatory_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/checklist/lists/{list_id}/signature_requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| signatory_id | Yes | JSON request body field — iD of the User requested to sign |