POST api/Students/UpdateStudentEmailReadStatus?studentMailId={studentMailId}
This method used to update the read status of a student email.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentMailId |
The StudentMailId to which the read status need to update |
integer |
Required |
Body Parameters
The read satus of mail true/false
booleanRequest Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/x-www-form-urlencoded
Sample:
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>