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": "10514361-721c-48a4-b923-190d159841c6",
"Logged": true,
"Error": "sample string 4"
}