GET api/Test/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
body

string

None.

subject

string

None.

Response Formats

application/json, text/json

Sample:
{
  "body": "sample string 1",
  "subject": "sample string 2"
}

text/plain, application/octet-stream

Sample:
{"body":"sample string 1","subject":"sample string 2"}

application/xml, text/xml

Sample:
<Message xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mirakl.Wrapper.Models">
  <body>sample string 1</body>
  <subject>sample string 2</subject>
</Message>

text/javascript, application/javascript, application/json-p

Sample:
({"body":"sample string 1","subject":"sample string 2"});