POST api/SVNotifications

Request Information

URI Parameters

None.

Body Parameters

ADDNOTIFICATION
NameDescriptionTypeAdditional information
SALESTEAM_ID

string

None.

NOTIFICATION_TITLE

string

None.

NOTIFICATION_DESCRIPTION

string

None.

NOTIFICATION_IMAGE

string

None.

NOTIFICATION_VIDEOLINK

string

None.

token

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SALESTEAM_ID": "sample string 1",
  "NOTIFICATION_TITLE": "sample string 2",
  "NOTIFICATION_DESCRIPTION": "sample string 3",
  "NOTIFICATION_IMAGE": "sample string 4",
  "NOTIFICATION_VIDEOLINK": "sample string 5",
  "token": "sample string 6",
  "EXTRA1": "sample string 7",
  "EXTRA2": "sample string 8",
  "EXTRA3": "sample string 9"
}

text/plain

Sample:
{"SALESTEAM_ID":"sample string 1","NOTIFICATION_TITLE":"sample string 2","NOTIFICATION_DESCRIPTION":"sample string 3","NOTIFICATION_IMAGE":"sample string 4","NOTIFICATION_VIDEOLINK":"sample string 5","token":"sample string 6","EXTRA1":"sample string 7","EXTRA2":"sample string 8","EXTRA3":"sample string 9"}

application/xml, text/xml

Sample:
<ADDNOTIFICATION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSangamAgro.Models">
  <EXTRA1>sample string 7</EXTRA1>
  <EXTRA2>sample string 8</EXTRA2>
  <EXTRA3>sample string 9</EXTRA3>
  <NOTIFICATION_DESCRIPTION>sample string 3</NOTIFICATION_DESCRIPTION>
  <NOTIFICATION_IMAGE>sample string 4</NOTIFICATION_IMAGE>
  <NOTIFICATION_TITLE>sample string 2</NOTIFICATION_TITLE>
  <NOTIFICATION_VIDEOLINK>sample string 5</NOTIFICATION_VIDEOLINK>
  <SALESTEAM_ID>sample string 1</SALESTEAM_ID>
  <token>sample string 6</token>
</ADDNOTIFICATION>

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.