POST api/MobileAPI20/GetAttendanceRealTimeStatisticsByDate
获取某日的实施统计结果
Request Information
URI Parameters
None.
Body Parameters
AttMobileReportDaily1Name | Description | Type | Additional information |
---|---|---|---|
Date | date |
None. |
|
Employee_GID | globally unique identifier |
None. |
|
Tenant_GID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Date": "2025-06-21T02:39:42.1037441+08:00", "Employee_GID": "07006925-b05c-4a6c-8647-71301fd9c2e8", "Tenant_GID": "5059f44a-6fcc-43a0-aa6e-6ff5205f4add" }
application/xml, text/xml
Sample:
<AttMobileReportDaily1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <Date>2025-06-21T02:39:42.1037441+08:00</Date> <Employee_GID>07006925-b05c-4a6c-8647-71301fd9c2e8</Employee_GID> <Tenant_GID>5059f44a-6fcc-43a0-aa6e-6ff5205f4add</Tenant_GID> </AttMobileReportDaily1>
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>