1. 考勤数据推送

1.1. busiType=7 考勤明细推送

名称 类型 必须 默认值 备注
busiType string 业务数据类型 7 考勤明细推送
data JSON String 业务数据JSON String
  |─uuid string 考勤明细UUID
  |─type integer 考勤类型
1 :考勤明细
  |─source integer 数据来源
1 :考勤点
2 :补卡
  |─personUuid string 人员UUID
  |─personCode string 人员编号
  |─personName string 人员姓名
  |─orgUuid string 部门UUID,人员类型为基础人员时,标识人员部门
  |─orgName string 部门名称,人员类型为基础人员时,标识人员部门
  |─attendancePointUuid string 门禁点UUID
  |─attendancePointName string 门禁点名称
  |─attendancePointType integer 考勤点类型
  |─pointZoneUuid string 门禁点所属区域UUID
  |─pointZoneName string 门禁点所属区域名称
  |─snapshotUri string 抓拍图

1.1.1. 回调数据示例

响应 200

{
  "busiType": 7,
  "data": "{\"personCode\": \"5677978\",\"personName\": \"彭斯亮\",\"personUuid\": \"26862b1abeb64c4d869add1d225e5ebe\",\"orgUuid\": \"2a12603fc2db4ebebe6dd8d6004e0c93\",\"orgName\": \"一级部门\",\"type\": 1,\"source\": 2,\"uuid\": \"26862b1abeb64c4d869add1d225e5ebe\"}"
}

results matching ""

    No results matching ""