GET api/Customer/GetVehicles?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastExecutedDate

date

None.

CurrentDate

date

None.

TerminalId

globally unique identifier

None.

SharedDB

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Vehicle
NameDescriptionTypeAdditional 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": "2024-05-16T06:45:47.0754198+02:00"
  },
  {
    "$ref": "1"
  }
]