POST ActionApi/T_SelasMonth/T_SelasMonthByStoreIdTotal
获取门店月度销量指标以及当月累计销量
Request Information
URI Parameters
None.
Body Parameters
入参 :{istoreid:'',year:'',month:''}
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取门店月度销量指标以及当月累计销量
T_SelasMonthName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
integer |
None. |
cYear |
年 |
string |
None. |
cMonth |
月 |
string |
None. |
iStoreId |
门店ID |
globally unique identifier |
None. |
cStoreCode |
门店编号 |
string |
None. |
cStoreFullName |
全称 |
string |
None. |
cBrandName |
品牌名称 |
string |
None. |
cStoreFax |
门号 |
string |
None. |
iBrandId |
品牌ID |
integer |
None. |
iSalesMonth |
月度销量指标 |
integer |
None. |
dtCreateTime |
建立日期 |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cYear": "sample string 2", "cMonth": "sample string 3", "iStoreId": "919b42fa-4af4-4c16-91eb-e41b02a2588e", "cStoreCode": "sample string 4", "cStoreFullName": "sample string 5", "cBrandName": "sample string 6", "cStoreFax": "sample string 7", "iBrandId": 1, "iSalesMonth": 1, "dtCreateTime": "2023-03-23T15:50:35.1693623+08:00" }