DownloadDocument
Downloads document for the given project based on specified documentId.
Input
| Name | Type | Description |
| Realm | String | Identify requested realm. |
| User | String | The user. |
| PasswordAdapter | String | The password adapter |
| ProjectId | String | Specify the unique identifier of the sourcing project for which you want to fetch details. Example, Try it out with: WS123456. |
| DocumentId | String | Specify the unique identifier of the document in a sourcing project. Example, Try it out with: Doc17975275. |
| LocalPath | String | The absolute location where you want to save the file in. |
Result Set Columns
| Name | Type | Description |
| FileData | String | If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64. |
| Success | String | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |