DownloadDocument
Download a specified document.
Input
Name | Type | Required | Description |
Type | String | True | Possible options are envelopes and templates. |
Id | String | True | Id of the envelope or template where document stands. |
DocumentId | String | True | Id of the document you want do download. |
DownloadLocation | String | True | Location of the downloaded file + name of the file + '.pdf'. Ex- C:\Temp\file.pdf |
Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
Name | Type | Description |
Success | String | Returns True if the download succeeded. |
FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |