ReturnFormatAsXML
A boolean indicating if Intacct's XML return format should be used, rather than the JSON return format. By default, the XML return format is used.
データ型
bool
デフォルト値
true
解説
The XML return format offers inferior performance as compared to the JSON return format, but has support for concurrent requests to the same API object. Use the XML return format in situations where such concurrent requests might occur. The JSON return format offers superior performance, but typically does not support concurrent requests to the same API object.