GET api/Driver?emailid={emailid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| emailid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true
}