POST api/Admin/GetDishonestInfoList
获取失信企业列表
Request Information
URI Parameters
None.
Body Parameters
SearchList_ParName | Description | Type | Additional information |
---|---|---|---|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Keyword | string |
None. |
|
OrderField | string |
None. |
|
OrderType | string |
None. |
|
Token | string |
None. |
|
OpenId | string |
None. |
|
UserId | string |
None. |
|
OpenMobile | string |
None. |
|
AreaName | string |
None. |
|
EnvVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 2, "Keyword": "sample string 3", "OrderField": "sample string 4", "OrderType": "sample string 5", "Token": "sample string 6", "OpenId": "sample string 7", "UserId": "sample string 8", "OpenMobile": "sample string 9", "AreaName": "sample string 10", "EnvVersion": "sample string 11" }
application/xml, text/xml
Sample:
<SearchList_Par xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.Admin.ParameterModel"> <AreaName xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 10</AreaName> <EnvVersion xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 11</EnvVersion> <Keyword i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase" /> <OpenId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 7</OpenId> <OpenMobile xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 9</OpenMobile> <Token xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 6</Token> <UserId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 8</UserId> <Keyword>sample string 3</Keyword> <OrderField>sample string 4</OrderField> <OrderType>sample string 5</OrderType> <PageIndex>1</PageIndex> <PageSize>2</PageSize> </SearchList_Par>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResultName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
errMsg | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "errMsg": "sample string 3", "data": {} }
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase"> <code>1</code> <data /> <errMsg>sample string 3</errMsg> <msg>sample string 2</msg> </ApiResult>