POST api/{version}/StudyHub2/UpdateEmailReadStatus

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

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

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

Response Information

Resource Description

JsonResultOfResponse
NameDescriptionTypeAdditional information
Content

Response

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.