GET api/Salelk?star={star}&stop={stop}&shopID={shopID}
店时段销售【分页】
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
star | string |
Required |
|
stop | string |
Required |
|
shopID | string |
Required |
Body 参数
None.
响应信息
响应描述
店日部组销售列表
Collection of cSales参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
Shopid | string |
None. |
|
Shopnm | string |
None. |
|
Tamoney | decimal number |
None. |
|
Gpmoney | decimal number |
None. |
|
Gprate | decimal number |
None. |
响应格式
application/json, text/json
Sample:
[ { "_Shopid": "sample string 1", "_Shopnm": "sample string 2", "_Tamoney": 3.0, "_Gpmoney": 4.0, "_Gprate": 5.0 }, { "_Shopid": "sample string 1", "_Shopnm": "sample string 2", "_Tamoney": 3.0, "_Gpmoney": 4.0, "_Gprate": 5.0 } ]
text/html
Sample:
[{"_Shopid":"sample string 1","_Shopnm":"sample string 2","_Tamoney":3.0,"_Gpmoney":4.0,"_Gprate":5.0},{"_Shopid":"sample string 1","_Shopnm":"sample string 2","_Tamoney":3.0,"_Gpmoney":4.0,"_Gprate":5.0}]