JDBC Driver for SAP Ariba Source

Build 23.0.8839

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 Accepts Output Streams Description
Realm String False Identify requested realm.
User String False The user.
PasswordAdapter String False The password adapter
ContractId String False 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 False 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 False The absolute location where you want to save the file in.
FileStream String True An instance of an output stream where file data is written to. Only used if LocalPath is not set.

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839