Signer Document Request
Add Signer Document Request to a Signature Request
Adds a Signer Document Request to a given Signature Request.
post/signature_requests/{signatureRequestId}/document_requests
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
Request body
Example request
{
"title": "Proof of address",
"optional": true,
"signer_ids": [
"29f6049b-9c9d-4d1d-893c-be24e7d98d13",
"7d938814-5492-4c02-806e-69c8fc1254ff"
]
}Response
Created
Example response
{
"id": "69df8404-40d3-4686-887b-5678f46a0d9a",
"title": "Proof of address",
"signer_ids": [
"2fd4a3fb-a886-4c9d-ac49-ea6f759c0c64"
]
}