POST ActionApi/T_Store/T_StoreByStoreNo
根据门店号获取门店信息
Request Information
URI Parameters
None.
Body Parameters
入参 :{storeno:''}
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": "760b0632-d132-4483-b50a-96285562151f", "cStoreCode": "sample string 4", "cStoreFullName": "sample string 5", "cBrandName": "sample string 6", "cStoreFax": "sample string 7", "iBrandId": 1, "iSalesMonth": 1, "dtCreateTime": "2023-03-23T16:57:27.4877346+08:00" }