Attachments
- PDF
Attachments
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Attachments
This section describes the attachment an end-user may be required to upload to the signature process. Each attachment is a JSON object. Table 1 describes the attachment parameters.
Table 1: Attachment Parameters
Parameter | Type | Optional/Required | Discerption |
id | string | Required | A unique Id for the attachment |
label | string | Required | The attachment name that will be presented to the signer |
isRequired | boolean | Required | Is the attachment required for completing the signing |
modelPath | string | Required | Required internal field |
Sample Call
"attachments":
[
{
"id": "att_0",
"label": "doc 2",
"isRequired": false,
"modelPath": "attachments.att_0"
}
],
Was this article helpful?