POST api/{version}/Students/UpdateStudentEmailReadStatusForMobile
This method used to update the read status of a student email for mobile.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
To update the read status of given mailids
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:
Sample not available.
Response Information
Resource Description
true/false
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>