POST api/addfeed

Request Information

URI Parameters

None.

Body Parameters

Testimonial
NameDescriptionTypeAdditional information
ID

integer

None.

UserName

string

None.

Feed

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserName": "sample string 2",
  "Feed": "sample string 3"
}

text/html

Sample:
{"ID":1,"UserName":"sample string 2","Feed":"sample string 3"}

application/xml, text/xml

Sample:
<Testimonial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MailAPI">
  <Feed>sample string 3</Feed>
  <ID>1</ID>
  <UserName>sample string 2</UserName>
</Testimonial>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

text/html

Sample:
[{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>