DELETE api/NotificationsReadUpdate/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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.

Response 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:59:13.9232503-08:00",
  "IsRead": true
}