POST api/UserManagement/ManageNotifications

Request Information

URI Parameters

None.

Body Parameters

NotificationOperations
NameDescriptionTypeAdditional information
Sno

string

None.

UserID

string

None.

NotificationID

string

None.

NotificationType

string

None.

NotificationHeader

string

None.

NotificationText

string

None.

Remarks

string

None.

Status

string

None.

CreatedDate

string

None.

StartDate

string

None.

ExpiryDate

string

None.

LastUpdated

string

None.

UpdatedBy

string

None.

Condition

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sno": "sample string 1",
  "UserID": "sample string 2",
  "NotificationID": "sample string 3",
  "NotificationType": "sample string 4",
  "NotificationHeader": "sample string 5",
  "NotificationText": "sample string 6",
  "Remarks": "sample string 7",
  "Status": "sample string 8",
  "CreatedDate": "sample string 9",
  "StartDate": "sample string 10",
  "ExpiryDate": "sample string 11",
  "LastUpdated": "sample string 12",
  "UpdatedBy": "sample string 13",
  "Condition": "sample string 14"
}

application/xml, text/xml

Sample:
<NotificationOperations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.UserManagement">
  <Condition>sample string 14</Condition>
  <CreatedDate>sample string 9</CreatedDate>
  <ExpiryDate>sample string 11</ExpiryDate>
  <LastUpdated>sample string 12</LastUpdated>
  <NotificationHeader>sample string 5</NotificationHeader>
  <NotificationID>sample string 3</NotificationID>
  <NotificationText>sample string 6</NotificationText>
  <NotificationType>sample string 4</NotificationType>
  <Remarks>sample string 7</Remarks>
  <Sno>sample string 1</Sno>
  <StartDate>sample string 10</StartDate>
  <Status>sample string 8</Status>
  <UpdatedBy>sample string 13</UpdatedBy>
  <UserID>sample string 2</UserID>
</NotificationOperations>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.