Create Action Plan Item Assignee Signature
create_action_plan_item_assignee_signatureCreate a digital signature for an action plan item assignee by uploading an attachment file or a base64-encoded PNG image. Required parameters: project ID and assignee ID.
Instructions
Create a single Action Plan Item Assignee Signature. Note that only one of attachment or attachment_string may be passed when creating a signature, not both. Use this to create a new Action Plans in Procore. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, plan_item_assignee_id, attachment, attachment_string. Procore API: Project Management > Action Plans. Endpoint: 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 | URL path parameter — unique identifier for the project. | |
| plan_item_assignee_id | Yes | URL path parameter — action Plan Item Assignee ID | |
| 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 with the `attachment` file. | |
| attachment_string | Yes | JSON request body field — base64 encoded string representing PNG image of signature |