POST NotificationsAPI/UpdateNotification
Request Information
URI Parameters
None.
Body Parameters
NotificationsName | Description | Type | Additional information |
---|---|---|---|
NotificationsID | integer |
None. |
|
GoLive | boolean |
None. |
|
NotificationText | string |
None. |
|
NotificationTitle | string |
None. |
|
PeopleIDSender | integer |
None. |
|
TheSender | string |
None. |
|
DateAdded | date |
None. |
|
DateAddedStr | string |
None. |
|
Impact | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "NotificationsID": 1, "GoLive": true, "NotificationText": "sample string 3", "NotificationTitle": "sample string 4", "PeopleIDSender": 5, "TheSender": "sample string 6", "DateAdded": "2025-04-23T22:16:30.0611405+01:00", "DateAddedStr": "sample string 8", "Impact": 9 }
application/xml, text/xml
Sample:
<Notifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models"> <DateAdded>2025-04-23T22:16:30.0611405+01:00</DateAdded> <DateAddedStr>sample string 8</DateAddedStr> <GoLive>true</GoLive> <Impact>9</Impact> <NotificationText>sample string 3</NotificationText> <NotificationTitle>sample string 4</NotificationTitle> <NotificationsID>1</NotificationsID> <PeopleIDSender>5</PeopleIDSender> <TheSender>sample string 6</TheSender> </Notifications>
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>