GET api/AccountDriver?username={username}&password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| password | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DriverAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| NickName | string |
None. |
|
| Key | globally unique identifier |
None. |
|
| Logged | boolean |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NickName": "sample string 1",
"Key": "aaa5b2fd-3057-4d43-bff4-d8c472ea8ef0",
"Logged": true,
"Error": "sample string 4"
}