GET api/VehicleList?key={key}&signature={signature}&accountId={accountId}&motorUnit={motorUnit}&trailerUnit={trailerUnit}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
signature | string |
Required |
|
accountId | string |
Required |
|
motorUnit | boolean |
Required |
|
trailerUnit | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
VehicleResultName | Description | Type | Additional information |
---|---|---|---|
Item | VehicleQry |
None. |
|
Items | Collection of VehicleQry |
None. |
|
Error | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorDescription | string |
None. |
|
Warnings | string |
None. |
|
AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Item": { "Id": "ae115162-1db7-4c92-8b9d-8bb8e4f03192", "Plate": "sample string 2", "IsMotorUnit": true, "Brand": "sample string 4", "Model": "sample string 5", "Year": 6, "Color": "sample string 7", "MotorNumber": "sample string 8", "VINNumber": "sample string 9", "Length": 10.0, "High": 11.0, "Axles": 12, "Weight": 13.0, "Remarks": "sample string 14", "Machinery": true, "TrackerLinked": true, "Assigned": true, "AssignedDriver": "sample string 18", "AssignedDriverId": "f6385eae-1734-45a0-851d-39c83bf13ff2", "AssignedDriverAt": "2025-02-07T07:28:00.8445267+01:00" }, "Items": [ { "Id": "ae115162-1db7-4c92-8b9d-8bb8e4f03192", "Plate": "sample string 2", "IsMotorUnit": true, "Brand": "sample string 4", "Model": "sample string 5", "Year": 6, "Color": "sample string 7", "MotorNumber": "sample string 8", "VINNumber": "sample string 9", "Length": 10.0, "High": 11.0, "Axles": 12, "Weight": 13.0, "Remarks": "sample string 14", "Machinery": true, "TrackerLinked": true, "Assigned": true, "AssignedDriver": "sample string 18", "AssignedDriverId": "f6385eae-1734-45a0-851d-39c83bf13ff2", "AssignedDriverAt": "2025-02-07T07:28:00.8445267+01:00" }, { "Id": "ae115162-1db7-4c92-8b9d-8bb8e4f03192", "Plate": "sample string 2", "IsMotorUnit": true, "Brand": "sample string 4", "Model": "sample string 5", "Year": 6, "Color": "sample string 7", "MotorNumber": "sample string 8", "VINNumber": "sample string 9", "Length": 10.0, "High": 11.0, "Axles": 12, "Weight": 13.0, "Remarks": "sample string 14", "Machinery": true, "TrackerLinked": true, "Assigned": true, "AssignedDriver": "sample string 18", "AssignedDriverId": "f6385eae-1734-45a0-851d-39c83bf13ff2", "AssignedDriverAt": "2025-02-07T07:28:00.8445267+01:00" } ], "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }