GET api/TaxiWaitLists/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

TaxiWaitList
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

DriverId

integer

None.

RegNo

string

None.

Ranking

integer

None.

RankId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:37:04.0935528+02:00",
  "LastModified": "2025-12-12T08:37:04.0935528+02:00",
  "DriverId": 1,
  "RegNo": "sample string 4",
  "Ranking": 1,
  "RankId": 1
}