create_action_plan_item_assignee_signature
Add a digital signature to confirm assignment acceptance for action plan items in Procore projects, ensuring accountability and task verification.
Instructions
Create Action Plan Item Assignee Signature. [Project Management/Action Plans] POST /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees/{plan_item_assignee_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| plan_item_assignee_id | Yes | Action Plan Item Assignee 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 |