POST api/MobileAPI20/GetAttendanceRealTimeStatisticsByCycle
获取某周月的考勤统计结果
Request Information
URI Parameters
None.
Body Parameters
AttMobileReportDaily2Name | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
AttendanceGroup_GID | globally unique identifier |
None. |
|
Tenant_GID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "StartDate": "2025-06-21T02:37:41.4252072+08:00", "EndDate": "2025-06-21T02:37:41.4252072+08:00", "AttendanceGroup_GID": "e03ec8fd-31b7-424f-9e12-3d394ba2e2bb", "Tenant_GID": "28092438-c46e-4011-8f2c-d0fd48fcbbd4" }
application/xml, text/xml
Sample:
<AttMobileReportDaily2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <AttendanceGroup_GID>e03ec8fd-31b7-424f-9e12-3d394ba2e2bb</AttendanceGroup_GID> <EndDate>2025-06-21T02:37:41.4252072+08:00</EndDate> <StartDate>2025-06-21T02:37:41.4252072+08:00</StartDate> <Tenant_GID>28092438-c46e-4011-8f2c-d0fd48fcbbd4</Tenant_GID> </AttMobileReportDaily2>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
获取某周月的考勤统计结果
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>