POST api/MobileAPI20/GetAttendanceRealTimeStatisticsByDate

获取某日的实施统计结果

Request Information

URI Parameters

None.

Body Parameters

AttMobileReportDaily1
NameDescriptionTypeAdditional 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:

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

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>