POST api/StudentLoginAndroidNew
Request Information
URI Parameters
None.
Body Parameters
LoginAndoridModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneNumberWithKey | string |
None. |
|
| string |
None. |
||
| Password | string |
None. |
|
| CheckToken | string |
None. |
|
| State | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhoneNumberWithKey": "sample string 1",
"Email": "sample string 2",
"Password": "sample string 3",
"CheckToken": "sample string 4",
"State": "sample string 5"
}
application/xml, text/xml
Sample:
<LoginAndoridModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.Entities.Views"> <CheckToken>sample string 4</CheckToken> <Email>sample string 2</Email> <Password>sample string 3</Password> <PhoneNumberWithKey>sample string 1</PhoneNumberWithKey> <State>sample string 5</State> </LoginAndoridModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |