GET api/AttendanceAPI/GetAttendanceTimeRecordModifyHis?GID={GID}&Employee_GID={Employee_GID}
根据GID获取打卡记录修改历史
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
GID |
打卡记录GID |
string |
Required |
Employee_GID |
员工GID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据GID获取打卡记录修改历史
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>