POST api/MobileAPI20/GetAttendanceRealTimeStatisticsByMe
手机端我的统计明细
Request Information
URI Parameters
None.
Body Parameters
AttMobileReportDaily3Name | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Employee_GID | globally unique identifier |
None. |
|
Tenant_GID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "StartDate": "2025-06-20T22:14:22.5346433+08:00", "EndDate": "2025-06-20T22:14:22.5346433+08:00", "Employee_GID": "036c9f20-66a0-409a-a14e-a39764b38ef6", "Tenant_GID": "2ea5dd76-f4c2-47cc-bff8-8be1a9441202" }
application/xml, text/xml
Sample:
<AttMobileReportDaily3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <Employee_GID>036c9f20-66a0-409a-a14e-a39764b38ef6</Employee_GID> <EndDate>2025-06-20T22:14:22.5346433+08:00</EndDate> <StartDate>2025-06-20T22:14:22.5346433+08:00</StartDate> <Tenant_GID>2ea5dd76-f4c2-47cc-bff8-8be1a9441202</Tenant_GID> </AttMobileReportDaily3>
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>