POST api/V1/notification/addnotification

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "loginId": "sample string 1",
  "loginIdWithCount": "sample string 2",
  "token": "sample string 3",
  "title": "sample string 4",
  "message": "sample string 5",
  "msgType": 6,
  "recordId": 7,
  "UnReadMsgCount": "sample string 8"
}

application/xml, text/xml

Sample:
<AddNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract.Communication">
  <UnReadMsgCount>sample string 8</UnReadMsgCount>
  <loginId>sample string 1</loginId>
  <loginIdWithCount>sample string 2</loginIdWithCount>
  <message>sample string 5</message>
  <msgType>6</msgType>
  <recordId>7</recordId>
  <title>sample string 4</title>
  <token>sample string 3</token>
</AddNotificationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.