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-05-04T16:09:30.7085396+08:00", "Employee_GID": "5cfbc2cc-9696-4501-a2c2-2d0820afeff1", "Tenant_GID": "b9ad28e5-380f-445e-b4f5-4f5ed97a33a1" }
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-05-04T16:09:30.7085396+08:00</Date> <Employee_GID>5cfbc2cc-9696-4501-a2c2-2d0820afeff1</Employee_GID> <Tenant_GID>b9ad28e5-380f-445e-b4f5-4f5ed97a33a1</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>