POST ActionApi/T_WorkReport/Get_BAByStoreId

获取指定门店对应全部BA

Request Information

URI Parameters

None.

Body Parameters

入参:{userid:''}

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取指定门店对应全部BA

sp_GetBas_Result
NameDescriptionTypeAdditional information
UserID

globally unique identifier

None.

RealName

string

None.

UserName

string

None.

iEmpId

globally unique identifier

None.

iStoreId

globally unique identifier

None.

MessageAppUserID

globally unique identifier

None.

cStoreCode

string

None.

cStoreFullName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UserID": "f0a7b15a-a0d6-4dfd-8461-f7132b244b3d",
  "RealName": "sample string 2",
  "UserName": "sample string 3",
  "iEmpId": "ea45d0a5-e843-4783-a2f8-6752e1783d47",
  "iStoreId": "d756b5cc-51ac-4ff9-b7ea-f6b04c88a5be",
  "MessageAppUserID": "4ce71ed2-93a0-4714-a26e-34e6ceefd3b1",
  "cStoreCode": "sample string 4",
  "cStoreFullName": "sample string 5"
}