Skip to main content

Create Docusign Recipient View request

POST 

/esignature/docusign/:documentId/envelopes/:envelopeId/views/recipient

DocuSign create Docusign Recipient View request; available as an Add-On Module

Request

Path Parameters

    documentId stringrequired

    Document Identifier

    envelopeId stringrequired

    Docusign Envelope Id

Query Parameters

    siteId string

    Site Identifier

Body

required

    environment DocusignEnvironment (string)required

    Docusign Environment

    Possible values: [PRODUCTION, DEVELOPMENT]

    recipientView

    object

    required

    returnUrl string

    Identifies the return point after sending the envelope

    recipientId string

    A reference used to map recipients to other objects, such as specific document tabs.

    userName string

    The username of the recipient. You can use either email and userName.

    clientUserId string

    Specifies unique identifier for signer

    email string

    Specifies the email of the recipient

    frameAncestors string[]

    An array of ancestors that can embed the frame. Include the domain where the envelope will be embedded and the same URL as messageOrigins.

    messageOrigins string[]

    The originating domain for the signature request message

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    viewUrl string

    The view URL to be navigated to complete DocuSign signing

Loading...