POST api/NotificationsReadUpdate/MarkAsRead

Request Information

URI Parameters

None.

Body Parameters

Notification
NameDescriptionTypeAdditional information
NotificationID

integer

None.

UserID

integer

None.

PackageID

integer

None.

NotificationType

string

None.

Title

string

None.

Message

string

None.

CreatedDate

date

None.

IsRead

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "NotificationID": 1,
  "UserID": 2,
  "PackageID": 3,
  "NotificationType": "sample string 4",
  "Title": "sample string 5",
  "Message": "sample string 6",
  "CreatedDate": "2025-12-24T05:56:18.2149066-08:00",
  "IsRead": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.