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.
データ型
bool
デフォルト値
true
解説
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.