Create Checklist Signature
create_checklist_signatureCreates a signature for a checklist signature request in Procore inspections. Requires list ID, signature request ID, project ID, and attachment.
Instructions
Creates a Signature for a specified Checklist Signature Request. 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, signature_request_id, project_id, attachment. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/checklist/lists/{list_id}/signature_requests/{signature_request_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| signature_request_id | Yes | URL path parameter — checklist Signature Request ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| attachment | Yes | JSON request body field — attachment representing the Signature. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with the `si... | |
| attachment_string | No | JSON request body field — base64 encoded string representing PNG image of signature |