POST ActionApi/T_WorkReport/Get_StoreByOnlyUser

获取指定业务代表指定时间段内的工作计划

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

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

Sample:

Sample not available.

Response Information

Resource Description

获取指定业务代表指定时间段内的工作计划

sp_Get_StoreByOnlyUser_Result
NameDescriptionTypeAdditional information
iRorptId

integer

None.

iStoreId

globally unique identifier

None.

cStoreFullName

string

None.

cStoreCode

string

None.

cLon

string

None.

cLat

string

None.

iUserId

globally unique identifier

None.

dtPlantTime

date

None.

iWorkType

integer

None.

iStatue

integer

None.

cRemark

string

None.

hasFlag

globally unique identifier

None.

iPlantFlag

integer

None.

cCustomerFullName

string

None.

cCustomerCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "iRorptId": 1,
  "iStoreId": "1c9819d5-38f7-4876-9791-e26f9b1112c6",
  "cStoreFullName": "sample string 2",
  "cStoreCode": "sample string 3",
  "cLon": "sample string 4",
  "cLat": "sample string 5",
  "iUserId": "cf6d6f7d-b29e-4f8a-9006-af10a50b391c",
  "dtPlantTime": "2023-03-23T16:11:01.3959364+08:00",
  "iWorkType": 1,
  "iStatue": 1,
  "cRemark": "sample string 6",
  "hasFlag": "df9955ca-8cc0-4ed3-9788-2a3ac400bdd7",
  "iPlantFlag": 8,
  "cCustomerFullName": "sample string 9",
  "cCustomerCode": "sample string 10"
}