Attachments
    • PDF

    Attachments

    • PDF

    Article summary

    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"
            }
        ],
    

    Was this article helpful?