The new version is out and the difference can be found here:
https://static.developer.intuit.com/resources/ReleaseNotes_QBXMLSDK_14_0.pdf
The main things we should fix is to add the QBXml 14 Schema. change the VERSION to 14. Update the Objects.
And potentially fix the issue they mention here
In a VehicleMileageQuery, if you specify time values (for example, 2002-06-05T10:21:10) in any of the date range filters, you get a statuscode error 3020 statusSeverity="Error" statusMessage="There was an error when converting the date value...”
The reason for this is that Vehicle Mileage supports only Date values, not DateTime values, despite what the OSR says. The
workaround is to use only date values, as follows: 2002-06-05.
The new version is out and the difference can be found here:
https://static.developer.intuit.com/resources/ReleaseNotes_QBXMLSDK_14_0.pdf
The main things we should fix is to add the QBXml 14 Schema. change the
VERSIONto 14. Update the Objects.And potentially fix the issue they mention here