POST api/Students/UpdateStudentEmailReadStatusForMobile

Request Information

URI Parameters

None.

Body Parameters

MailReadStatus
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

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