SSIS Components for Xero

Build 22.0.8509

DownloadPDF

Downloads a specified document in PDF format from Xero.

Input

Name Type Required Accepts Output Streams Description
Table String True False The table containing the document to be downloaded.

使用できる値は次のとおりです。Invoices, CreditNotes, Quotes

ObjectId String True False The unique ID of the item to download as PDF.
DownloadPath String False False The path of the file to be saved. Must be a path to a file, not just a directory.
FileStream String False True An instance of an output stream where file data is written to. Only used if DownloadPath is not provided.
TenantId String False False The ID of the tenant to query instead of the connection tenant

Result Set Columns

Name Type Description
Success String A boolean indicating if the operation was successful.
FileData String If the DownloadPath and FileStream are not provided, this contains the base64 encoded content of the file.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509