POST api/{version}/Students/UpdateStudentEmailReadStatusForMobile
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
MailReadStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| IsRead | boolean |
None. |
|
| SelectedMaildIds | Collection of integer |
None. |
|
| StudentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsRead": true,
"SelectedMaildIds": [
1,
2
],
"StudentId": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>