POST api/Company/GetPageData
Request Information
URI Parameters
None.
Body Parameters
CompanyQueryOption| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| keyword | string |
None. |
|
| province | string |
None. |
|
| city | string |
None. |
|
| county | string |
None. |
|
| tech_field1 | string |
None. |
|
| tech_field2 | string |
None. |
|
| tech_field3 | string |
None. |
|
| tech_field4 | string |
None. |
|
| company_type | string |
None. |
|
| company_scale | string |
None. |
|
| regMoney | string |
None. |
|
| industryClass_field1 | string |
None. |
|
| page | integer |
None. |
|
| limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"keyword": "sample string 2",
"province": "sample string 3",
"city": "sample string 4",
"county": "sample string 5",
"tech_field1": "sample string 6",
"tech_field2": "sample string 7",
"tech_field3": "sample string 8",
"tech_field4": "sample string 9",
"company_type": "sample string 10",
"company_scale": "sample string 11",
"regMoney": "sample string 12",
"industryClass_field1": "sample string 13",
"page": 14,
"limit": 15
}
application/xml, text/xml
Sample:
<CompanyQueryOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other"> <limit>15</limit> <page>14</page> <city>sample string 4</city> <company_scale>sample string 11</company_scale> <company_type>sample string 10</company_type> <county>sample string 5</county> <industryClass_field1>sample string 13</industryClass_field1> <keyword>sample string 2</keyword> <name>sample string 1</name> <province>sample string 3</province> <regMoney>sample string 12</regMoney> <tech_field1>sample string 6</tech_field1> <tech_field2>sample string 7</tech_field2> <tech_field3>sample string 8</tech_field3> <tech_field4>sample string 9</tech_field4> </CompanyQueryOption>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| count | integer |
None. |
|
| data | Object |
None. |
|
| otherdata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"count": 1,
"data": {},
"otherdata": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other"> <code>1</code> <count>1</count> <data /> <msg>sample string 2</msg> <otherdata /> </ApiResult>