POST api/addStory

Request Information

URI Parameters

None.

Body Parameters

Story
NameDescriptionTypeAdditional information
ID

integer

None.

Title

string

None.

Story1

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Title": "sample string 2",
  "Story1": "sample string 3"
}

text/html

Sample:
{"ID":1,"Title":"sample string 2","Story1":"sample string 3"}

application/xml, text/xml

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

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>