QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

SendRawXML Method

Sends the provided XML string to the QBXML Request Processor.

Syntax

public string SendRawXML(string XMLString);
Public Function SendRawXML(ByVal XMLString As String) As String

Remarks

SendRawXML sends the provided XML string to the QuickBooks request processor, and returns the raw, unparsed response. The QB properties determine the parameters of the QuickBooks connection; all other property values will be ignored.

Error checking is performed at the communications (COM) level but not at the QuickBooks level. Use this method with caution, as it will not indicate whether or not the data was successfully processed.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 .NET Edition - Version 20.0 [Build 7941]