GET api/Customer/GetVehicles?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LastExecutedDate | date |
None. |
|
CurrentDate | date |
None. |
|
TerminalId | globally unique identifier |
None. |
|
SharedDB | boolean |
None. |
|
TableName | TableName |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
Required Max length: 100 |
|
Deleted | boolean |
None. |
|
Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Name": "sample string 2", "Deleted": true, "Updated": "2025-04-04T05:34:32.3155968+02:00" }, { "$ref": "1" } ]