POST api/{version}/Students/UpdateStudentEmailReadStatus?studentMailId={studentMailId}

This method used to update the read status of a student email.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentMailId

The StudentMailId to which the read status need to update

integer

Required

version

string

None.

Body Parameters

The read satus of mail true/false

boolean

Request 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Boolean'.

Response Information

Resource Description

true/false

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>