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": "0bc1e9a6-a73c-476e-ab4c-393252d41b4d", "MemberID": 2, "Message": "sample string 3", "Type": "sample string 4", "CreatedDate": "2024-11-17T02:09:19.2912421+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" } }