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
Document Identifier
Docusign Envelope Id
Query Parameters
Site Identifier
- application/json
Body
required
Docusign Environment
Possible values: [PRODUCTION
, DEVELOPMENT
]
recipientView
object
required
Identifies the return point after sending the envelope
A reference used to map recipients to other objects, such as specific document tabs.
The username of the recipient. You can use either email and userName.
Specifies unique identifier for signer
Specifies the email of the recipient
An array of ancestors that can embed the frame. Include the domain where the envelope will be embedded and the same URL as messageOrigins.
The originating domain for the signature request message
Responses
- 200
- 400
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
The view URL to be navigated to complete DocuSign signing
{
"viewUrl": "string"
}
400 OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
List of errors
Error Key
Error Message
{
"errors": [
{
"key": "string",
"error": "string"
}
]
}