Code Assist MCP for Reckon

Build 25.0.9540

SendQBXML

Sends the provided QBXML directly to Reckon.

Stored Procedure-Specific Information

To execute this procedure, enter:
    EXEC SendQBXML RawXML = '<?xml version="1.0" ?><?qbxml version="13.0"?><QBXML><QBXMLMsgsRq onError="stopOnError"><CustomerQueryRq iterator="Start"><MaxReturned>10</MaxReturned><ActiveStatus>All</ActiveStatus><OwnerID>0</OwnerID></CustomerQueryRq></QBXMLMsgsRq></QBXML>', OutputRawResponse = 'true'

The RawXML input accepts a valid QBXML string that adheres to the QuickBooks XML schema.

Input

Name Type Description
RawXML String The QBXML to be sent to Reckon.
OutputRawResponse String Determines whether or not to output the raw response or the parsed response. The default behavior is to return the parsed response.

デフォルト値はfalseです。

Result Set Columns

Name Type Description
* String Output varies depending on the supplied QBXML request.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540