Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: getVersion
Description: get version infos of this SOAP interface
Request
userxsd:string
passxsd:string
{
"function":"getVersion",
"paras":{
    "user":"",
    "pass":""

}}
Response
versionInfostns:xtVersionInfos
resultxsd:boolean
messagexsd:string
{
    "versionInfos":{
        "productName":"",
        "productVersionMajor":0,
        "productVersionMinor":0,
        "productVersionPatchLevel":0
    },
    "result":"",
    "message":""
}