DownloadContractLineItemDocument
Download the Contract Line Items Document (CLID) from a contract workspace by providing the document ID. The API returns the CLID in the standard Excel file format.
Input
| Name | Type | Description |
| Realm | String | Identify requested realm. |
| User | String | The user. |
| PasswordAdapter | String | The password adapter |
| ContractId | String | Specify the ID of the contract workspace from where you want to download the CLID. This is a required parameter. Try it out on Sandbox with: CW3150. |
| DocumentId | String | Specify the document ID of the CLID that you want to download from the contract workspace. Try it out on Sandbox with: Doc27061. |
| 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. |