Power BI Connector for QuickBooks Time

Build 24.0.8963

DownloadFile

Download the file in the raw binary format.

Stored Procedure Specific Information

QuickBooks Time allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. For example:

EXECUTE DownloadFile FileId = '3688662', DownloadLocation = 'D:\\Desktop'

Input

Name Type Required Description
FileId String True The File Id.
DownloadLocation String False Download location.
Encoding String False The FileData input encoding type.

The allowed values are NONE, BASE64.

The default value is BASE64.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure
FileData String The FileData output

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