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. |