POST ActionApi/Patrol/T_WorkStoreByUserIdAndStoreId

获取指定工作计划的进店离店信息

Request Information

URI Parameters

None.

Body Parameters

参数 :{reportid:''}

Collection of Object

None.

Request Formats

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

Sample:

Sample not available.

Response Information

Resource Description

获取指定工作计划的进店离店信息

Collection of T_WorkStore
NameDescriptionTypeAdditional information
id

串号

integer

None.

iReportId

工作报告ID

integer

None.

iStoreId

门店ID

globally unique identifier

None.

iUserId

用户ID

globally unique identifier

None.

dtInStore

进店/离店时间

date

None.

cInPicPath

进店/离店拍照

string

None.

cInLon

进店/离店精度

string

None.

cInLat

进店/离店纬度

string

None.

cInType

进店/离店类型

string

None.

dtCreateTime

创建日期

date

None.

iOffset

偏移米数

decimal number

None.

iAsync

同步标志

integer

None.

T_WorkReport

T_WorkReport

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "iReportId": 1,
    "iStoreId": "84a9536b-2de9-4cc1-9840-53897620b4be",
    "iUserId": "8c5ce2e1-3f59-49be-b0a4-195ff46cf2cc",
    "dtInStore": "2023-03-23T15:06:57.8764105+08:00",
    "cInPicPath": "sample string 2",
    "cInLon": "sample string 3",
    "cInLat": "sample string 4",
    "cInType": "sample string 5",
    "dtCreateTime": "2023-03-23T15:06:57.8764105+08:00",
    "iOffset": 1.0,
    "iAsync": 1,
    "T_WorkReport": {
      "id": 1,
      "iStoreId": "63ec0ce7-703c-42e6-8a60-76d9b0b827ca",
      "iUserId": "f4865723-8e39-4220-9360-cdfcdab64156",
      "dtCreateTime": "2023-03-23T15:06:57.8764105+08:00",
      "dtPlantTime": "2023-03-23T15:06:57.8764105+08:00",
      "iReportType": 1,
      "cUserName": "sample string 2",
      "iStatue": 1,
      "cRemark": "sample string 3",
      "iWorkType": 1,
      "iAsync": 1,
      "iComplete": 1.0,
      "iCount": 1,
      "T_WorkStore": []
    }
  },
  {
    "id": 1,
    "iReportId": 1,
    "iStoreId": "84a9536b-2de9-4cc1-9840-53897620b4be",
    "iUserId": "8c5ce2e1-3f59-49be-b0a4-195ff46cf2cc",
    "dtInStore": "2023-03-23T15:06:57.8764105+08:00",
    "cInPicPath": "sample string 2",
    "cInLon": "sample string 3",
    "cInLat": "sample string 4",
    "cInType": "sample string 5",
    "dtCreateTime": "2023-03-23T15:06:57.8764105+08:00",
    "iOffset": 1.0,
    "iAsync": 1,
    "T_WorkReport": {
      "id": 1,
      "iStoreId": "63ec0ce7-703c-42e6-8a60-76d9b0b827ca",
      "iUserId": "f4865723-8e39-4220-9360-cdfcdab64156",
      "dtCreateTime": "2023-03-23T15:06:57.8764105+08:00",
      "dtPlantTime": "2023-03-23T15:06:57.8764105+08:00",
      "iReportType": 1,
      "cUserName": "sample string 2",
      "iStatue": 1,
      "cRemark": "sample string 3",
      "iWorkType": 1,
      "iAsync": 1,
      "iComplete": 1.0,
      "iCount": 1,
      "T_WorkStore": []
    }
  }
]