POST api/notification/savenotification

Request Information

URI Parameters

None.

Body Parameters

NotificationModel
NameDescriptionTypeAdditional information
NotificationDate

date

None.

NotificationType

integer

None.

NotificationText

string

None.

UserId

integer

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NotificationDate": "2026-01-17T05:59:08.0185791+05:30",
  "NotificationType": 2,
  "NotificationText": "sample string 3",
  "UserId": 4,
  "Status": 5
}

application/xml, text/xml

Sample:
<Api.NotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyGroupAPI.Models">
  <NotificationDate>2026-01-17T05:59:08.0185791+05:30</NotificationDate>
  <NotificationText>sample string 3</NotificationText>
  <NotificationType>2</NotificationType>
  <Status>5</Status>
  <UserId>4</UserId>
</Api.NotificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.