POST api/MobileAPI20/GetAttendanceRealTimeStatisticsByMe

手机端我的统计明细

Request Information

URI Parameters

None.

Body Parameters

AttMobileReportDaily3
NameDescriptionTypeAdditional 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-05-04T16:16:29.6832252+08:00",
  "EndDate": "2025-05-04T16:16:29.6832252+08:00",
  "Employee_GID": "4ef62ece-4179-45b6-8bcc-3d526fb17643",
  "Tenant_GID": "bf847397-6d92-40cc-b8c0-713545bd39af"
}

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>4ef62ece-4179-45b6-8bcc-3d526fb17643</Employee_GID>
  <EndDate>2025-05-04T16:16:29.6832252+08:00</EndDate>
  <StartDate>2025-05-04T16:16:29.6832252+08:00</StartDate>
  <Tenant_GID>bf847397-6d92-40cc-b8c0-713545bd39af</Tenant_GID>
</AttMobileReportDaily3>

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 'AttMobileReportDaily3'.

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>