POST api/MobileAPI20/GetAttendanceRealTimeStatisticsByCycle

获取某周月的考勤统计结果

Request Information

URI Parameters

None.

Body Parameters

AttMobileReportDaily2
NameDescriptionTypeAdditional 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-05-04T16:07:49.8463752+08:00",
  "EndDate": "2025-05-04T16:07:49.8619939+08:00",
  "AttendanceGroup_GID": "60928dfd-9beb-4fac-8cea-76a1df57e46f",
  "Tenant_GID": "b1b5b391-38a0-4761-9e5d-907a0796d384"
}

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>60928dfd-9beb-4fac-8cea-76a1df57e46f</AttendanceGroup_GID>
  <EndDate>2025-05-04T16:07:49.8619939+08:00</EndDate>
  <StartDate>2025-05-04T16:07:49.8463752+08:00</StartDate>
  <Tenant_GID>b1b5b391-38a0-4761-9e5d-907a0796d384</Tenant_GID>
</AttMobileReportDaily2>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AttMobileReportDaily2'.

Response Information

Resource Description

获取某周月的考勤统计结果

string

Response 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>