POST ActionApi/T_WorkReport/Get_BAByUserId
获取指定业务代表对应全部BA
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
获取指定业务代表对应全部BA
sp_GetBaList_ResultName | Description | Type | Additional information |
---|---|---|---|
iEmpId | globally unique identifier |
None. |
|
iStoreId | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
|
MessageAppUserID | globally unique identifier |
None. |
|
cStoreCode | string |
None. |
|
cStoreFullName | string |
None. |
|
RealName | string |
None. |
|
UserName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "iEmpId": "b7f01010-0f1d-497e-b550-f394c2933b99", "iStoreId": "160eda12-d24c-4e10-a404-5d32c6195458", "UserID": "e10466e2-b63e-4971-bb27-7a24d80f294b", "MessageAppUserID": "f321aa55-d906-47f1-b941-2d2f68344b85", "cStoreCode": "sample string 2", "cStoreFullName": "sample string 3", "RealName": "sample string 4", "UserName": "sample string 5" }