create_checklist_signature
Submit digital signatures for Procore checklist approvals to complete inspection workflows and document compliance.
Instructions
Create Checklist Signature. [Project Management/Inspections] POST /rest/v1.0/checklist/lists/{list_id}/signature_requests/{signature_request_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Checklist ID | |
| signature_request_id | Yes | Checklist Signature Request ID | |
| project_id | Yes | Unique identifier for the project. | |
| attachment | Yes | 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 | Base64 encoded string representing PNG image of signature |