POST api/Airhub/GetOrderDetail

Request Information

URI Parameters

None.

Body Parameters

GetOrderDetailRequest
NameDescriptionTypeAdditional information
flag

integer

None.

fromDate

string

None.

toDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "flag": 1,
  "fromDate": "sample string 2",
  "toDate": "sample string 3"
}

text/html

Sample:
{"flag":1,"fromDate":"sample string 2","toDate":"sample string 3"}

application/xml, text/xml

Sample:
<GetOrderDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.Business.Commons.Entities.FoneClube">
  <flag>1</flag>
  <fromDate>sample string 2</fromDate>
  <toDate>sample string 3</toDate>
</GetOrderDetailRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetOrderDetailRequest'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

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