Attachments

Prev Next

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

ParameterTypeOptional/Required Discerption
idstringRequiredA unique Id for the attachment
labelstringRequiredThe attachment name that will be presented to the signer
isRequiredbooleanRequiredIs the attachment required for completing the signing
modelPathstringRequiredRequired internal field

Sample Call


    "attachments":
    [
        {
            "id": "att_0",
            "label": "doc 2",
            "isRequired": false,
            "modelPath": "attachments.att_0"
        }
    ],

Can’t find what you’re looking for?

Let us know what you need and we'll help you as soon as possible.