[in] usn | The user-name that you need to use to authenticate on this interface. |
[in] pwd | The password that you need to use to authenticate on this interface. |
[in] downloadStartTime | The date of the earliest downloadTime, this date will pull back 100 records from this time. |
[out] errorMsg | If an error happpens this string contains the error message. In case an error has happened (this variable contains a valid non-empty string) then the return value will not contain any usable data, do not try to parse it as an xml. |
[in] columns | String array of the requested columns. For the full list of supported columns please refer to the Database API Documentation. If a non-existing column is requested then that column will appear in the returned XML and every entry in that column will be an empty string. |
[in] options | String parameter. This is currently unused and reserved for future versions of the API. Pass in an empty string. |
return value |
If the errorMsg variable is null or empty then the returned string contains the
requested data in xml format. The xml has the following structure:
<?xml version="1.0" encoding="utf-16"?
><root><EX_VehicleCardImages
><row DownloadTime="2022-01-24 16:28:02Z"
VUImageFileName="MyFileName.DDD"
VUImage="0x050100000A01000000000000000000052100003549737375696E67417574686F7269747900000000000000000000000000000000000000001B4C6963656E63654E756D626572000000052000008F1B3030303030303031303030303200000049737375696E67417574686F7269747900000000000000000000000000000000000000001DBED8001DC0298068F6CD0000536D697468202020202020202020202020202020202020202020202020202020202020004A696D2020202020202020202020202020202020202020202020202020202020202020000000000101050400005500000008000000004F039680000000005B2278170000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
/></EX_VehicleCardImages></root>
Please note this.
|
Please see this page.