POST NotificationShowsAPI/UpdateNotificationShow
Request Information
URI Parameters
None.
Body Parameters
NotificationShows| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationShowID | integer |
None. |
|
| NotificationsID | integer |
None. |
|
| PeopleIDShowTo | integer |
None. |
|
| Viewed | boolean |
None. |
|
| HideInMyFeed | boolean |
None. |
|
| NotificationText | string |
None. |
|
| NotificationTitle | string |
None. |
|
| DateAdded | date |
None. |
|
| DateAddedStr | string |
None. |
|
| TheSender | string |
None. |
|
| TheViewer | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotificationShowID": 1,
"NotificationsID": 2,
"PeopleIDShowTo": 3,
"Viewed": true,
"HideInMyFeed": true,
"NotificationText": "sample string 6",
"NotificationTitle": "sample string 7",
"DateAdded": "2025-11-03T23:19:21.5014228+00:00",
"DateAddedStr": "sample string 9",
"TheSender": "sample string 10",
"TheViewer": "sample string 11"
}
application/xml, text/xml
Sample:
<NotificationShows xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models"> <DateAdded>2025-11-03T23:19:21.5014228+00:00</DateAdded> <DateAddedStr>sample string 9</DateAddedStr> <HideInMyFeed>true</HideInMyFeed> <NotificationShowID>1</NotificationShowID> <NotificationText>sample string 6</NotificationText> <NotificationTitle>sample string 7</NotificationTitle> <NotificationsID>2</NotificationsID> <PeopleIDShowTo>3</PeopleIDShowTo> <TheSender>sample string 10</TheSender> <TheViewer>sample string 11</TheViewer> <Viewed>true</Viewed> </NotificationShows>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>