Webservices - List of Vehicles

The webservice is used to retrieve data for one or more vehicles.

03 August,2022

 

 
REQUEST

{

   "Proxy": {   

      "Function":"HeliosWs",

      "HostName":"xxxxx",

      "UserName":"yyyyy",

      "Password":"zzzzz",

      "ReportName":"webservice"

   },

 

   "AuthenticationType":"SYSTEM",

   "Username":"16984205",

   "Password":"8G56A2NrB",  

   "Function":"GetVehicleList",

   "VehicleRegNo":"DG23969",

   "Vin":"",

   "CustomerNo":"",  

   "SalesVehicles":false,

   "LastInvoice":true

}

 
 
RESPONSE

{

   "VehicleList": [   {

      "VehicleBasisNo": "2",

      "VehicleRegNo": "DG23969",

      "Make": "HYUNDAI",

      "Model": "I20 1,2",

      "Year": "2011",

      "Vin": "NLHBB51BABZ027252",

      "Type": "Personbil",

      "Variant": "1,2",

      "ModelCode": "E53659",

      "FirstRegDate": "2011-03-01T00:00:00Z",

      "LastMotDate": "2017-01-26T00:00:00Z",

      "NextMotDate": "2019-01-26T00:00:00Z",

      "Mileage": "146200",

      "Doors": "",

      "Fuel": "Benzin",

      "EngineDisplacement";"",

      "SalesVehicle": false,

      "SalesPrice":0,

      "VehicleSalesNo":0,

      "CustomerNo": "44570088",

      "Name": "RST ApS",

      "InfoTyreChange": false,

      "LastInvoiceDate": "2019-05-23T00:00:00Z"

 }],

   "WebserviceInfo": {

      "Name": "HELIOSWEBSERVICE",

      "Version": 1,

      "Build": 2001

   },

   "AuthenticationType": "SYSTEM",

   "ErrorCode": 0,

   "ErrorText": "",

   "Success": true,

   "Proxy": {

      "AgentName": "WSPROXY",

      "AgentVersion": "1.00.1112",

      "AgentCopyright": "Copyright (C) 2017-2018 Torben Ring. All rights reserved.",

      "ErrorCode": 0,

      "Success": true

   }

}

 

 
COMMENTS

  • If VehicleRegNo is entered only one vehicle will be included in the response.
  • If Vin is entered only one vehicle will be included in the response.
  • If CustomerNo is entered (and VehicleRegNo and Vin are empty) all vehicles belonging to the customer will be included in the response.