POST api/Account/SuperAdminLogin
Request Information
URI Parameters
None.
Body Parameters
SuperAdminLoginResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| username_or_email | string |
Required |
|
| password | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"username_or_email": "sample string 1",
"password": "sample string 2"
}
application/xml, text/xml
Sample:
<SuperAdminLoginResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClearDrive.DomainObject.Account"> <Password>sample string 2</Password> <UserNameOrEmailId>sample string 1</UserNameOrEmailId> </SuperAdminLoginResponse>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |