ReturnFormatAsXML
If set to True, the Sage Intacct API returns requested data in XML format. If False, the Sage Intacct API returns data in JSON format.
Data Type
bool
Default Value
true
Remarks
The XML return format has worse performance than the JSON return format, but has support for concurrent requests to the same API object.
The JSON return format offers superior performance, but typically does not support concurrent requests to the same API object.