POST UpdateIndexBySpecificId

Request Information

URI Parameters

None.

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:43.1617954+02:00",
  "LastModified": "2025-12-12T08:36:43.1617954+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

boolean

Response Formats

application/json, text/json

Sample:
true