POST api/Driver/VerifyOtp
Request Information
URI Parameters
None.
Body Parameters
DriverLoginRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNo | string |
None. |
|
| DriverID | integer |
None. |
|
| Otp | integer |
None. |
|
| FullName | string |
None. |
|
| EmailID | string |
None. |
|
| Gender | string |
None. |
|
| DateOfBirth | date |
None. |
|
| LicenseNo | string |
None. |
|
| Experience | integer |
None. |
|
| BookingID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| OnlineStatus | boolean |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Speed | decimal number |
None. |
|
| Heading | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"DriverID": 2,
"Otp": 3,
"FullName": "sample string 4",
"EmailID": "sample string 5",
"Gender": "sample string 6",
"DateOfBirth": "2026-08-18T23:00:02.2932483+05:30",
"LicenseNo": "sample string 7",
"Experience": 8,
"BookingID": 9,
"CustomerID": 10,
"OnlineStatus": true,
"Latitude": 1.0,
"Longitude": 1.0,
"Speed": 1.0,
"Heading": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.