POST ActionApi/T_Sign/T_SignByUserid

获取打卡记录

Request Information

URI Parameters

None.

Body Parameters

入参 :{iuserid:'',taskTime:''}

Collection of Object

None.

Request Formats

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

Sample:

Sample not available.

Response Information

Resource Description

获取打卡记录

T_Sign
NameDescriptionTypeAdditional information
id

串号

integer

None.

iUserID

用户ID

globally unique identifier

None.

cUserName

用户编号

string

None.

cRealName

用户真实姓名

string

None.

cTitle

门店

string

None.

dtStart

打卡日期

date

None.

cSignType

计划类型

string

None.

dtSignTime

实际打卡时间

time interval

None.

dtCreateTime

建立日期

date

None.

cLat

经纬度

string

None.

cLon

经纬度

string

None.

iOffset

偏移米数

decimal number

None.

cPicUrl

图片URL

string

None.

iTaskId

排班计划ID

integer

None.

iFill

预留

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "iUserID": "70bedbb3-6a9b-4758-9e8b-19ec68e613c5",
  "cUserName": "sample string 2",
  "cRealName": "sample string 3",
  "cTitle": "sample string 4",
  "dtStart": "2023-03-23T16:28:12.4096158+08:00",
  "cSignType": "sample string 5",
  "dtSignTime": "00:00:00.1234567",
  "dtCreateTime": "2023-03-23T16:28:12.4096158+08:00",
  "cLat": "sample string 7",
  "cLon": "sample string 8",
  "iOffset": 1.0,
  "cPicUrl": "sample string 9",
  "iTaskId": 1,
  "iFill": 1
}