POST api/ofp/parse/text/input/varesh

Request Information

URI Parameters

None.

Body Parameters

phpdto
NameDescriptionTypeAdditional information
text

string

None.

user

string

None.

fltId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "text": "sample string 1",
  "user": "sample string 2",
  "fltId": "sample string 3"
}

text/html

Sample:
{"text":"sample string 1","user":"sample string 2","fltId":"sample string 3"}

application/xml, text/xml

Sample:
<FlightController.phpdto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AirpocketAPI.Controllers">
  <fltId>sample string 3</fltId>
  <text>sample string 1</text>
  <user>sample string 2</user>
</FlightController.phpdto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.