POST api/Authentication/LoginAsParent
Request Information
URI Parameters
None.
Body Parameters
tbl_StudentN| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentCode | string |
None. |
|
| MobileNo | string |
None. |
|
| SchoolCode | string |
None. |
|
| AppVersion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentCode": "sample string 1",
"mobileNo": "sample string 2",
"schoolCode": "sample string 3",
"appVersion": 1
}
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. |