POST api/StudentNotification/UpdateNotificationreadStatus

Used to update the notification read status

Request Information

URI Parameters

None.

Body Parameters

StudentMobileNotifications
NameDescriptionTypeAdditional information
StudentMobileNotificationId

Gets or sets the notification id

integer

None.

StudentId

Gets or sets the student id

integer

None.

NotificationTitle

Gets or sets the notification title

string

None.

Notificationtext

Gets or sets the notification text

string

None.

NotificationDateTime

Gets or sets the notification Datetime

string

None.

DeviceTokenkey

Gets or sets the Device Token key

string

None.

UnreadCount

Gets or sets unread count

integer

None.

DeviceCount

Gets or sets the device count

integer

None.

IsNotificationread

Gets or sets whether the notification is read

boolean

None.

SentDateTime

Gets or sets the notification sent datetime

date

None.

StudentPushNotificationId

integer

None.

NotficationShortCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentMobileNotificationId": 1,
  "StudentId": 2,
  "NotificationTitle": "sample string 3",
  "Notificationtext": "sample string 4",
  "NotificationDateTime": "sample string 5",
  "DeviceTokenkey": "sample string 6",
  "UnreadCount": 7,
  "DeviceCount": 8,
  "IsNotificationread": true,
  "SentDateTime": "2026-04-02T08:49:41.5586537-04:00",
  "StudentPushNotificationId": 10,
  "NotficationShortCode": "sample string 11"
}

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 'StudentMobileNotifications'.

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>