POST api/Notification

Request Information

URI Parameters

None.

Body Parameters

MyVISNotification
NameDescriptionTypeAdditional information
Id

string

None.

Title

string

None.

Text

string

None.

Username

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Title": "sample string 2",
  "Text": "sample string 3",
  "Username": "sample string 4"
}

application/xml, text/xml

Sample:
<MyVISNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VisWebApiDB">
  <Id>sample string 1</Id>
  <Text>sample string 3</Text>
  <Title>sample string 2</Title>
  <Username>sample string 4</Username>
</MyVISNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MyVISNotification
NameDescriptionTypeAdditional information
Id

string

None.

Title

string

None.

Text

string

None.

Username

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Title": "sample string 2",
  "Text": "sample string 3",
  "Username": "sample string 4"
}

application/xml, text/xml

Sample:
<MyVISNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VisWebApiDB">
  <Id>sample string 1</Id>
  <Text>sample string 3</Text>
  <Title>sample string 2</Title>
  <Username>sample string 4</Username>
</MyVISNotification>