create_action_plan_approver_signature
Add digital signatures to action plan approvals in Procore projects to confirm review and authorization.
Instructions
Create Action Plan Approver Signature. [Project Management/Action Plans] POST /rest/v1.0/projects/{project_id}/action_plans/plan_approvers/{plan_approver_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| plan_approver_id | Yes | Action Plan Approver ID | |
| attachment | Yes | Attachment representing the Signature. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type with the `attachment` file. | |
| attachment_string | Yes | Base64 encoded string representing PNG image of signature |