Parameter | Description |
---|---|
Envelope ID | The ID of the envelope. |
{
"envelopeId": "<string>",
"envelopeDocuments": [
{
"documentId": "<string>",
"name": "<string>",
"type": "<string>",
"uri": "<string>",
"order": "<string>",
"pages": "<string>",
"availableDocumentTypes": [
{
"type": "<string>",
"isDefault": "<string>"
}
],
"display": "<string>",
"includeInDownload": "<string>",
"signerMustAcknowledge": "<string>",
"authoritativeCopy": "<string>"
}
]
}
Was this page helpful?