JDBC Driver for QuickBooks

Build 23.0.8843

SendQBXMLFile

Sends the provided QBXML file directly to QuickBooks. This is designed for use with mass inserts.

Input

Name Type Accepts Input Streams Description
File String False An url to the file to submit to QuickBooks.
Content String True The content as InputStream to be uploaded when File is not specified.
ContinueOnError String False Determines if QuickBooks will continue executing the request after an error has been reached. It can be used to stop the operation on an exception when mass inserting for instance.

デフォルト値はtrueです。

IncludeInfoMessages String False Determines if info messages will be printed in the output. These typically do not contain any useful information other than indicating the specific request was successful.

デフォルト値はfalseです。

Result Set Columns

Name Type Description
RequestId String The Requestid the message is associated with.
Severity String The severity of the message.
StatusCode String The status code of the output message.
StatusMessage String The status message giving details abouts what happened.

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