POST api/Values/GetApplicationExpandable2

Request Information

URI Parameters

None.

Body Parameters

GetAppExpandable
NameDescriptionTypeAdditional information
Main_Category

string

None.

Sub_Category

string

None.

SearchAll

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Main_Category": "sample string 1",
  "Sub_Category": "sample string 2",
  "SearchAll": "sample string 3"
}

application/xml, text/xml

Sample:
<GetAppExpandable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json">
  <Main_Category>sample string 1</Main_Category>
  <SearchAll>sample string 3</SearchAll>
  <Sub_Category>sample string 2</Sub_Category>
</GetAppExpandable>

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 'GetAppExpandable'.

Response Information

Resource Description

Output
NameDescriptionTypeAdditional information
result

string

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "result": "sample string 1",
  "msg": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json">
  <data />
  <msg>sample string 2</msg>
  <result>sample string 1</result>
</Output>