POST api/Values/GetApplicationExpandable1
Request Information
URI Parameters
None.
Body Parameters
GetAppExpandable| Name | Description | Type | Additional 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:
Response Information
Resource Description
Output| Name | Description | Type | Additional 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>