POST CheckTaxiExistsInWaitingList
Request Information
URI Parameters
None.
Body Parameters
TaxiWaitList| Name | Description | Type | Additional 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:40:07.4472385+02:00",
"LastModified": "2025-12-12T08:40:07.4472385+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
booleanResponse Formats
application/json, text/json
Sample:
true