ADO.NET Provider for SAP Ariba Source

Build 26.0.9655

DownloadDocument

Downloads document for the given project based on specified documentId.

Input

Name Type Required Accepts Output Streams Description
Realm String False False Identify requested realm.
User String False False The user.
PasswordAdapter String False False The password adapter
ProjectId String False False Specify the unique identifier of the sourcing project for which you want to fetch details. Example, Try it out with: WS123456.
DocumentId String False False Specify the unique identifier of the document in a sourcing project. Example, Try it out with: Doc17975275.
LocalPath String False False The absolute location where you want to save the file in.
FileStream String False 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) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655