TDV Adapter for QuickBooks

Build 22.0.8462

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.

The default value is 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.

The default value is 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) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462