POST api/Message

Request Information

URI Parameters

None.

Body Parameters

MessageModel
NameDescriptionTypeAdditional information
Id

string

None.

Content

string

None.

Request Formats

application/xml, text/xml

Sample:
<Message xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>sample string 1</Id>
  <Content>sample string 2</Content>
</Message>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.