POST api/{version}/StudyHub2/UpdateEmailReadStatus
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
StudentInboxRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentMailIds | Collection of integer |
None. |
|
| ReadStatus | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentMailIds": [
1,
2
],
"ReadStatus": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.