POST api/Authorization/POSTInsertNotificationDetails

Request Information

URI Parameters

None.

Body Parameters

NotificationCl
NameDescriptionTypeAdditional information
Myrequest

Collection of MyRequestNotofication

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Myrequest": [
    {
      "Id": "sample string 1",
      "Notification": "sample string 2",
      "NotificationHindi": "sample string 3",
      "RoleId": "sample string 4",
      "IsActive": "sample string 5"
    },
    {
      "Id": "sample string 1",
      "Notification": "sample string 2",
      "NotificationHindi": "sample string 3",
      "RoleId": "sample string 4",
      "IsActive": "sample string 5"
    }
  ],
  "Message": "sample string 1"
}

application/xml, text/xml

Sample:
<NotificationCl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PointsRewardSystemAPI.Models">
  <Message>sample string 1</Message>
  <Myrequest>
    <NotificationCl.MyRequestNotofication>
      <Id>sample string 1</Id>
      <IsActive>sample string 5</IsActive>
      <Notification>sample string 2</Notification>
      <NotificationHindi>sample string 3</NotificationHindi>
      <RoleId>sample string 4</RoleId>
    </NotificationCl.MyRequestNotofication>
    <NotificationCl.MyRequestNotofication>
      <Id>sample string 1</Id>
      <IsActive>sample string 5</IsActive>
      <Notification>sample string 2</Notification>
      <NotificationHindi>sample string 3</NotificationHindi>
      <RoleId>sample string 4</RoleId>
    </NotificationCl.MyRequestNotofication>
  </Myrequest>
</NotificationCl>

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.