POST ActionApi/T_Store/GetStoreList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
T_StoreName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
globally unique identifier |
None. |
cStoreCode |
门店编码 |
string |
None. |
cStoreFullName |
门店全称 |
string |
None. |
cStoreFax |
门店号 |
string |
None. |
cEmployeeId |
业务代表 |
globally unique identifier |
None. |
iCitysId |
城市 |
integer |
None. |
cStoreTel |
业务代表电话 |
string |
None. |
cStoreStoreType |
门店类型 |
integer |
None. |
iCustomerId |
所属客户 |
integer |
None. |
iStoreLevel |
门店等级 |
integer |
None. |
cStoreAddress |
门店地址 |
string |
None. |
iChannelId |
渠道类型 |
integer |
None. |
cStoreShortName |
门店简称 |
string |
None. |
dtCreateTime |
建立日期 |
date |
None. |
isDisable |
启用标记 |
boolean |
None. |
cLat |
精度 |
string |
None. |
cLon |
纬度 |
string |
None. |
cBAId |
BA人员ID |
globally unique identifier |
None. |
cInvoiceNo |
开票客户编码 |
string |
None. |
cInvoiceName |
开户客户名称 |
string |
None. |
iBACount |
BA应有岗数量 |
integer |
None. |
iHasBA |
是否有BA |
integer |
None. |
T_Ba_Store | Collection of T_Ba_Store |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "4fc5974a-ac8c-4b1c-94d0-9f18d010f3aa", "cStoreCode": "sample string 2", "cStoreFullName": "sample string 3", "cStoreFax": "sample string 4", "cEmployeeId": "26939931-838a-4477-8b9c-54bbbfb13ea9", "iCitysId": 1, "cStoreTel": "sample string 5", "cStoreStoreType": 1, "iCustomerId": 1, "iStoreLevel": 1, "cStoreAddress": "sample string 6", "iChannelId": 1, "cStoreShortName": "sample string 7", "dtCreateTime": "2023-03-23T15:24:36.5873386+08:00", "isDisable": true, "cLat": "sample string 8", "cLon": "sample string 9", "cBAId": "4b79f290-f158-43b7-b1ec-485b0f466522", "cInvoiceNo": "sample string 10", "cInvoiceName": "sample string 11", "iBACount": 1, "iHasBA": 1, "T_Ba_Store": [ { "id": 1, "iEmpId": "875d80d0-413f-481e-9cee-1af50189b4d7", "iStoreId": "a1120abb-6087-44db-a655-8934be6389dd" }, { "id": 1, "iEmpId": "875d80d0-413f-481e-9cee-1af50189b4d7", "iStoreId": "a1120abb-6087-44db-a655-8934be6389dd" } ] }