POST ActionApi/T_WorkReport/Get_StoreByUserId
获取指定业务代表对应的门店
Request Information
URI Parameters
None.
Body Parameters
入参:{userid:''}
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取指定业务代表对应的门店
sp_GetStoresId_ResultName | Description | Type | Additional information |
---|---|---|---|
iStoreId | globally unique identifier |
None. |
|
iUserId | globally unique identifier |
None. |
|
cStoreFullName | string |
None. |
|
cStoreCode | string |
None. |
|
cLon | string |
None. |
|
cLat | string |
None. |
|
iEmpId | globally unique identifier |
None. |
|
cProvinceName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "iStoreId": "498cacd0-b741-4687-9dbc-cb31ff3777bc", "iUserId": "690752db-9a37-4cd0-bef0-2087fabd860a", "cStoreFullName": "sample string 2", "cStoreCode": "sample string 3", "cLon": "sample string 4", "cLat": "sample string 5", "iEmpId": "b43433e7-e683-4a72-9dbf-db244ae65e8d", "cProvinceName": "sample string 6" }