POST Notification/Read/{Id}
Update notification status to be read (IsRead =1)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfNotificationModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | NotificationModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": { "ID": "53d64dcf-7e8a-48ea-b6ba-1fc79b3c445a", "MemberID": 2, "Message": "sample string 3", "Type": "sample string 4", "CreatedDate": "2025-01-18T10:59:43.0317587+07:00", "IsRead": true, "Title": "sample string 6", "ReferenceCode": "sample string 7", "LeftIcon": "sample string 8", "RightIcon": "sample string 9", "Point": 1, "LinkUrl": "sample string 10" } }