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": "94b6ce7c-efb6-4f42-8768-bbcc447e0e70", "cStoreCode": "sample string 2", "cStoreFullName": "sample string 3", "cStoreFax": "sample string 4", "cEmployeeId": "f990d9bf-68d1-414e-8035-3978b3301cda", "iCitysId": 1, "cStoreTel": "sample string 5", "cStoreStoreType": 1, "iCustomerId": 1, "iStoreLevel": 1, "cStoreAddress": "sample string 6", "iChannelId": 1, "cStoreShortName": "sample string 7", "dtCreateTime": "2022-08-16T08:33:44.6004999+08:00", "isDisable": true, "cLat": "sample string 8", "cLon": "sample string 9", "cBAId": "b178c1c1-2969-47cc-bde5-2cf23e4d160c", "cInvoiceNo": "sample string 10", "cInvoiceName": "sample string 11", "iBACount": 1, "iHasBA": 1, "T_Ba_Store": [ { "id": 1, "iEmpId": "e9b3da7c-b0c8-46b4-8269-9507eccb5aa5", "iStoreId": "466e4a94-c3e1-4c88-bdd5-53f24b4b3a1f" }, { "id": 1, "iEmpId": "e9b3da7c-b0c8-46b4-8269-9507eccb5aa5", "iStoreId": "466e4a94-c3e1-4c88-bdd5-53f24b4b3a1f" } ] }