POST api/Comp/Data
Request Information
URI Parameters
None.
Body Parameters
CompReqSearchData| Name | Description | Type | Additional information |
|---|---|---|---|
| CompID | integer |
None. |
|
| Keyword | string |
None. |
|
| PageState | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompID": 1,
"Keyword": "sample string 2",
"PageState": "sample string 3"
}
application/xml, text/xml
Sample:
<CompReqSearchData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WORK.Api.Models"> <CompID>1</CompID> <Keyword>sample string 2</Keyword> <PageState>sample string 3</PageState> </CompReqSearchData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResOfListOfCompData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<HttpResOfArrayOfCompDatasCSXBc_Sm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WORK.Api.Models"> <code>1</code> <data /> <msg>sample string 2</msg> </HttpResOfArrayOfCompDatasCSXBc_Sm>