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": "22ab705e-cb73-46a4-9b34-9d561a956058", "iUserId": "bea94462-dfb0-4b21-92e6-4be68a876f4c", "cStoreFullName": "sample string 2", "cStoreCode": "sample string 3", "cLon": "sample string 4", "cLat": "sample string 5", "iEmpId": "ec145d4c-8aec-4e17-a233-2b721c0aff93", "cProvinceName": "sample string 6" }