Document
| Name | Type | Description |
|---|---|---|
| Description | string | The description of the file. |
| DocumentId | string | A unique Id of the document. |
| FileBytes | byte[] | Required. A byte array of the file’s source. |
| FileName | string | Required. The name of the file. Allowable file types accepted: .doc, .docx, .xls, .txt, .html, .htm, .tiff, .tif, .jpg, .jpeg, .gif, .pdf, .xlsx |
| FileSize | int | The size of the file. |
| FormId | string | The form Id for template assignment. |
| FormTag | string | The form tag. |
| Sequence | int | The sequence number of the document. If you do not assign a sequence number to a document, the document will be appended to the current document list. |
| SigningSessionId | string | The Signing Session Id |
| Title | string | The title of the file. |