POST api/MobileAPI20/GetAttendanceRealTimeStatisticsByCycle_EmpDetail

手机端周月统计的员工明细

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-06-21T03:14:40.32647+08:00",
  "EndDate": "2025-06-21T03:14:40.32647+08:00",
  "Employee_GID": "866de6ee-eaad-44a6-9fca-49c356734006",
  "Tenant_GID": "f679d06d-69e0-480b-b57e-14a3cb5a894a"
}

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>866de6ee-eaad-44a6-9fca-49c356734006</Employee_GID>
  <EndDate>2025-06-21T03:14:40.32647+08:00</EndDate>
  <StartDate>2025-06-21T03:14:40.32647+08:00</StartDate>
  <Tenant_GID>f679d06d-69e0-480b-b57e-14a3cb5a894a</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>