ReturnFormatAsXML
Indicates whether the provider requests data from Sage Intacct in XML format.
Data Type
bool
Default Value
true
Remarks
When set to True, the provider requests data from Sage Intacct in XML format. XML format supports concurrent requests to the same object, but has lower query performance than JSON format.
When set to False, the provider requests data in JSON format. JSON format offers better query performance, but typically does not support concurrent requests to the same object.