GET NewProjShopInfo?pageindex={pageindex}&pagesize={pagesize}&projectid={projectid}&keywords={keywords}
“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. |
| projectid | “projectid”的文档。 |
Define this parameter in the request URI. |
| keywords | “keywords”的文档。 |
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,
"ProjectId": 2,
"ShopNo": "sample string 3",
"ShopFloor": "sample string 4",
"ShopZuo": "sample string 5",
"ShopArea": "sample string 6",
"RentFormat": "sample string 7",
"CareShopDateTime": "sample string 8",
"RentYear": "sample string 9",
"ShopStatus": "sample string 10"
},
{
"Id": 1,
"ProjectId": 2,
"ShopNo": "sample string 3",
"ShopFloor": "sample string 4",
"ShopZuo": "sample string 5",
"ShopArea": "sample string 6",
"RentFormat": "sample string 7",
"CareShopDateTime": "sample string 8",
"RentYear": "sample string 9",
"ShopStatus": "sample string 10"
},
{
"Id": 1,
"ProjectId": 2,
"ShopNo": "sample string 3",
"ShopFloor": "sample string 4",
"ShopZuo": "sample string 5",
"ShopArea": "sample string 6",
"RentFormat": "sample string 7",
"CareShopDateTime": "sample string 8",
"RentYear": "sample string 9",
"ShopStatus": "sample string 10"
}
],
"Count": 3
}