PUT api/TaxiWaitLists/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

TaxiWaitList
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

DriverId

integer

None.

RegNo

string

None.

Ranking

integer

None.

RankId

integer

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.