GET api/CXO/GetOtherCXOEmpDatabyPeriod?StartDate={StartDate}&EndDate={EndDate}&InCT={InCT}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
StartDate | No documentation available. |
Define this parameter in the request URI. |
EndDate | No documentation available. |
Define this parameter in the request URI. |
InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "TotalWorkingHours": 1.0, "TotalVacationDays": 2.0, "TotalAbsenceDays": 3, "TotalOvertTime": 4.0, "TotalMission": 5.0 }
application/xml, text/xml
Sample:
<VM_CXOPeriodData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel"> <TotalAbsenceDays>3</TotalAbsenceDays> <TotalMission>5</TotalMission> <TotalOvertTime>4</TotalOvertTime> <TotalVacationDays>2</TotalVacationDays> <TotalWorkingHours>1</TotalWorkingHours> </VM_CXOPeriodData>