POST api/ValidateLogin/StudentLogin
Request Information
URI Parameters
None.
Body Parameters
StudentLoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Card | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Card": "sample string 1",
"Password": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultType | OperationResultType |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| LogMessage | string |
None. |
|
| AppendData | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.