POST api/CMS/notification/ManageNotification
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"NotificationID": 1,
"NotificationTitle": "sample string 2",
"NotificationRefNo": "sample string 3",
"NotificationContent": "sample string 4",
"NotificationImagePath": "sample string 5",
"NotificationFilePath": "sample string 6",
"NotificationDate": "2026-03-31T16:45:16.4800354+05:30",
"IsNew": true,
"DraftedBy": "sample string 9",
"DraftDate": "2026-03-31T16:45:16.4800354+05:30",
"PublishedBy": "sample string 11",
"PublishedDate": "2026-03-31T16:45:16.4800354+05:30",
"IsDraft": true,
"IsPublished": true,
"IPAddress": "sample string 15"
}
application/xml, text/xml
Sample:
<CMSNotificationAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <DraftDate>2026-03-31T16:45:16.4800354+05:30</DraftDate> <DraftedBy>sample string 9</DraftedBy> <IPAddress>sample string 15</IPAddress> <IsDraft>true</IsDraft> <IsNew>true</IsNew> <IsPublished>true</IsPublished> <NotificationContent>sample string 4</NotificationContent> <NotificationDate>2026-03-31T16:45:16.4800354+05:30</NotificationDate> <NotificationFilePath>sample string 6</NotificationFilePath> <NotificationID>1</NotificationID> <NotificationImagePath>sample string 5</NotificationImagePath> <NotificationRefNo>sample string 3</NotificationRefNo> <NotificationTitle>sample string 2</NotificationTitle> <PublishedBy>sample string 11</PublishedBy> <PublishedDate>2026-03-31T16:45:16.4800354+05:30</PublishedDate> </CMSNotificationAddModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>