GET api/Bizyes/CompanyList?token={token}&page={page}&size={size}&Cname={Cname}&Ctel={Ctel}
“CompanyList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| token | “token”的文档。 |
Define this parameter in the request URI. |
| page | “page”的文档。 |
Define this parameter in the request URI. |
| size | “size”的文档。 |
Define this parameter in the request URI. |
| Cname | “Cname”的文档。 |
Define this parameter in the request URI. |
| Ctel | “Ctel”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"rows": [
{
"Id": 1,
"CompanyName": "sample string 2",
"CompanyTel": "sample string 3",
"CompanyNo": "sample string 4",
"CompanyAddress": "sample string 5",
"Bank": "sample string 6",
"BankNo": "sample string 7",
"CompanyPeople": "sample string 8",
"Createuser": "sample string 9",
"Createtime": "sample string 10",
"Createusername": "sample string 11"
},
{
"Id": 1,
"CompanyName": "sample string 2",
"CompanyTel": "sample string 3",
"CompanyNo": "sample string 4",
"CompanyAddress": "sample string 5",
"Bank": "sample string 6",
"BankNo": "sample string 7",
"CompanyPeople": "sample string 8",
"Createuser": "sample string 9",
"Createtime": "sample string 10",
"Createusername": "sample string 11"
},
{
"Id": 1,
"CompanyName": "sample string 2",
"CompanyTel": "sample string 3",
"CompanyNo": "sample string 4",
"CompanyAddress": "sample string 5",
"Bank": "sample string 6",
"BankNo": "sample string 7",
"CompanyPeople": "sample string 8",
"Createuser": "sample string 9",
"Createtime": "sample string 10",
"Createusername": "sample string 11"
}
],
"status": 1,
"total": 2,
"message": "sample string 3",
"Success": 4,
"Message": "sample string 5",
"DataId": "sample string 6",
"Uid": "sample string 7",
"UserId": 8,
"PlatformId": 9
}
application/xml, text/xml
Sample:
<BizyesCompanylistModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimplePromotion.Models">
<DataId>sample string 6</DataId>
<Message>sample string 5</Message>
<PlatformId>9</PlatformId>
<Success>4</Success>
<Uid>sample string 7</Uid>
<UserId>8</UserId>
<message>sample string 3</message>
<rows>
<BizyesCompanyModel>
<Bank>sample string 6</Bank>
<BankNo>sample string 7</BankNo>
<CompanyAddress>sample string 5</CompanyAddress>
<CompanyName>sample string 2</CompanyName>
<CompanyNo>sample string 4</CompanyNo>
<CompanyPeople>sample string 8</CompanyPeople>
<CompanyTel>sample string 3</CompanyTel>
<Createtime>sample string 10</Createtime>
<Createuser>sample string 9</Createuser>
<Createusername>sample string 11</Createusername>
<Id>1</Id>
</BizyesCompanyModel>
<BizyesCompanyModel>
<Bank>sample string 6</Bank>
<BankNo>sample string 7</BankNo>
<CompanyAddress>sample string 5</CompanyAddress>
<CompanyName>sample string 2</CompanyName>
<CompanyNo>sample string 4</CompanyNo>
<CompanyPeople>sample string 8</CompanyPeople>
<CompanyTel>sample string 3</CompanyTel>
<Createtime>sample string 10</Createtime>
<Createuser>sample string 9</Createuser>
<Createusername>sample string 11</Createusername>
<Id>1</Id>
</BizyesCompanyModel>
<BizyesCompanyModel>
<Bank>sample string 6</Bank>
<BankNo>sample string 7</BankNo>
<CompanyAddress>sample string 5</CompanyAddress>
<CompanyName>sample string 2</CompanyName>
<CompanyNo>sample string 4</CompanyNo>
<CompanyPeople>sample string 8</CompanyPeople>
<CompanyTel>sample string 3</CompanyTel>
<Createtime>sample string 10</Createtime>
<Createuser>sample string 9</Createuser>
<Createusername>sample string 11</Createusername>
<Id>1</Id>
</BizyesCompanyModel>
</rows>
<status>1</status>
<total>2</total>
</BizyesCompanylistModel>