GET api/Saleshb?star={star}&stop={stop}&shopID={shopID}&userID={userID}&pageIndex={pageIndex}&pageSize={pageSize}
店部组销售环比【按页】
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| star |
起时 |
string |
Required |
| stop |
止时 |
string |
Required |
| shopID |
门店 |
string |
Required |
| userID |
人员 |
string |
Required |
| pageIndex |
页数 |
integer |
Required |
| pageSize |
页长度 |
integer |
Required |
Body 参数
None.
响应信息
响应描述
店部组环比
Collection of cSaleshb| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| Shopid | string |
None. |
|
| Shopnm | string |
None. |
|
| Tamoney | decimal number |
None. |
|
| Gpmoney | decimal number |
None. |
|
| GTimes | decimal number |
None. |
|
| Tarate | decimal number |
None. |
|
| Gprate | decimal number |
None. |
|
| GTrate | decimal number |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_Shopid": "sample string 1",
"_Shopnm": "sample string 2",
"_Tamoney": 3.0,
"_Gpmoney": 4.0,
"_GTimes": 5.0,
"_Tarate": 6.0,
"_Gprate": 7.0,
"_GTrate": 8.0
},
{
"_Shopid": "sample string 1",
"_Shopnm": "sample string 2",
"_Tamoney": 3.0,
"_Gpmoney": 4.0,
"_GTimes": 5.0,
"_Tarate": 6.0,
"_Gprate": 7.0,
"_GTrate": 8.0
}
]
text/html
Sample:
[{"_Shopid":"sample string 1","_Shopnm":"sample string 2","_Tamoney":3.0,"_Gpmoney":4.0,"_GTimes":5.0,"_Tarate":6.0,"_Gprate":7.0,"_GTrate":8.0},{"_Shopid":"sample string 1","_Shopnm":"sample string 2","_Tamoney":3.0,"_Gpmoney":4.0,"_GTimes":5.0,"_Tarate":6.0,"_Gprate":7.0,"_GTrate":8.0}]