SendQBXMLFile
Sends a QBXML file directly to QuickBooks for bulk operations or advanced data handling.
Input
| Name | Type | Description |
| File | String | The URL of the file containing QBXML data to be sent to QuickBooks. This file should follow the QuickBooks XML schema for seamless processing. |
| ContinueOnError | String | Specifies whether QuickBooks should continue processing subsequent requests after encountering an error. Useful for bulk operations where stopping on the first error is not desirable.
The default value is true. |
| IncludeInfoMessages | String | Determines whether informational messages, such as successful request confirmations, should be included in the output. These messages provide feedback about the operation's progress.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| RequestId | String | The unique identifier associated with a specific QBXML request, useful for tracking and correlating requests and responses. |
| Severity | String | Indicates the severity level of the message, such as 'Info', 'Warning', or 'Error', providing context for the response. |
| StatusCode | String | A numeric code representing the outcome of the QBXML request, such as 0 for success or other values for errors. |
| StatusMessage | String | A descriptive message detailing the result of the QBXML request, including error information or confirmation of successful operations. |