GET BrandShopSendTotal?pageindex={pageindex}&pagesize={pagesize}&brandid={brandid}&userid={userid}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pageindex | “pageindex”的文档。 |
Define this parameter in the request URI. |
| pagesize | “pagesize”的文档。 |
Define this parameter in the request URI. |
| brandid | “brandid”的文档。 |
Define this parameter in the request URI. |
| userid | “userid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"Data": [
{
"Id": 1,
"BrandId": 2,
"ShopId": 3,
"ProjectId": 4,
"BrandName": "sample string 5",
"ProjectName": "sample string 6",
"AttentionDate": "sample string 7",
"ShopNo": "sample string 8",
"StopFloor": "sample string 9",
"ShopZuo": "sample string 10",
"ShopArea": "sample string 11",
"RentBrand": "sample string 12",
"OrderState": "sample string 13",
"Email": "sample string 14"
},
{
"Id": 1,
"BrandId": 2,
"ShopId": 3,
"ProjectId": 4,
"BrandName": "sample string 5",
"ProjectName": "sample string 6",
"AttentionDate": "sample string 7",
"ShopNo": "sample string 8",
"StopFloor": "sample string 9",
"ShopZuo": "sample string 10",
"ShopArea": "sample string 11",
"RentBrand": "sample string 12",
"OrderState": "sample string 13",
"Email": "sample string 14"
},
{
"Id": 1,
"BrandId": 2,
"ShopId": 3,
"ProjectId": 4,
"BrandName": "sample string 5",
"ProjectName": "sample string 6",
"AttentionDate": "sample string 7",
"ShopNo": "sample string 8",
"StopFloor": "sample string 9",
"ShopZuo": "sample string 10",
"ShopArea": "sample string 11",
"RentBrand": "sample string 12",
"OrderState": "sample string 13",
"Email": "sample string 14"
}
],
"Count": 3
}