Request Content - Advanced Parameters
    • PDF

    Request Content - Advanced Parameters

    • PDF

    Article summary

    Advanced Request Content

    Table 1 describes the request content advanced optional parameters.

    Table 1: Request Content Advanced Optional Parameters

    ParameterTypeOptional/Required Discerption
    requestIdstringOptionalA request Id provided by the caller, if provided, will replace EasySend's auto-generated request Id:
    • Useful for Using an ID from some existing organizational system, to make it easier to connect the EasySend signature session with the originating system session
    • Useful for making sure requests are idempotent, subsequent calls using an already-used request id will fail
    expiryDate stringOptionalReq ISO 8601 notation, yyyy-mm-ddThh:mm:ss, 
    for example 2008-09-15T15:53:00
    customData any typeOptionalAny custom data provided by the caller, this data is replied when EasySend is sending data to a callback API upon document submission
    consentPopup objectOptionalDescribes information about a mailing popup that should be displayed before the form is presented for signature
    NOTE
    For additional information, see the Consent Dialog section
    mailingPopupobjectOptionalDescribes information about a mailing popup that should be displayed before the form is presented for signature
    NOTE
    For additional information, see the Mailing Dialog section
    redirectUrlstringOptionalIf provided, the client’s browser will be redirected to this url upon completion of the signing
    businessGroupstringOptionalIf provided, this will be used for flirting
    prefilledSignaturesobjectOptionalIf provided, will put the pictures (need to be sent in a base64 string format) provided in the object as signatures instead of asking the role of the signatures to fill it, for example: {"admin: <base64 string>}, now, each signature that has the role of admin will be filled by the picture provided as a base64 string
    documentReadConfirmationobjectOptionalIf provided, will require the request signer to approve that he read the document before signing it
    NOTE
    For additional information, see the Document Read Confirmation section
    optionalFeaturesobjectOptionalThis object will contain data related to additional features. Please see Optional Features below for more details

    Consent Dialog Section

    Table 2 describes the parameters of the consentPopup object.

    Table 2: ConsentPopup Parameters

    ParameterTypeOptional/Required Discerption
    displayAtstringOptionalA One of the following preset values: 
    • none - will not show a consent dialog
    • linkOpen - opens the dialog when the link is opened, before document signing begins
    title stringOptionalThe text to show in the title of the dialog
    body string
    OptionalThe text to show in the body of the dialog
    direction string
    OptionalOne of the following preset values: 
    • ltr - left to right, default
    • rtl - right to left
    checkBoxTextstring
    OptionalThe text to show near the checkbox
    consentIdstringOptionalAn id for identifying the status of consent for the current request
    buttonTextstringOptionalText for the button in the bottom of the dialog
    additionalTextstring
    OptionalAdditional text paragraph next to the checkbox

    Mailing Dialog Section

    Table 3 describes the parameters of the mailingPopup object.

    Table 3: mailingPopup Parameters

    ParameterTypeOptional/Required Discerption
    displayAtstringOptionalA One of the following preset values: 
    • none - will not show a consent dialog
    • linkOpen - opens the dialog when the link is opened, before document signing begins
    title stringOptionalThe text to show in the title of the dialog
    body string
    OptionalThe text to show in the body of the dialog
    direction string
    OptionalOne of the following preset values: 
    • ltr - left to right, default
    • rtl - right to left
    checkBoxTextstring
    OptionalThe text to show near the checkbox
    buttonTextstringOptionalText for the button in the bottom of the dialog
    emailListarray of string
    OptionalThe list of email options that will be able to be selected in the popup

    Document Read Confirmation Section

    Table 4 describes the parameters of the documentReadConfirmation object.

    Table 4: documentReadConfirmation Parameters

    ParameterTypeOptional/Required Discerption
    displayAtstringOptionalA One of the following preset values: 
    • none - will not show a consent dialog
    • linkOpen - opens the dialog when the link is opened, before document signing begins
    direction string
    OptionalOne of the following preset values: 
    • ltr - left to right, default
    • rtl - right to left
    checkBoxTextstring
    OptionalThe text to show near the checkbox
    buttonTextstringOptionalText for the button in the bottom of the dialog
    readConfirmationIdstring
    OptionalAn id for identifying the status of read confirmation for the current request

    Was this article helpful?

    What's Next