POST user/attendance_sign_comfirm
考勤打卡确认签到签退通用
Request Information
URI Parameters
None.
Body Parameters
AttendanceSignViewModelName | Description | Type | Additional information |
---|---|---|---|
batch_id | integer |
None. |
|
job_id | integer |
None. |
|
longitude | decimal number |
None. |
|
latitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "batch_id": 1, "job_id": 2, "longitude": 3.1, "latitude": 4.1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
考勤打卡确认签到签退通用
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}