POST api/FrontierWeb/Timesheet/GetEmployeeBreakSchedule
Request Information
URI Parameters
None.
Body Parameters
GetEmployeeTimesheetProfileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PayPeriodIdNo | integer |
None. |
|
| EmployeeIdNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayPeriodIdNo": 1,
"EmployeeIdNo": 2
}
text/html
Sample:
{"PayPeriodIdNo":1,"EmployeeIdNo":2}
Response Information
Resource Description
EmployeeTimesheetProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeIdNo | integer |
None. |
|
| EmployeeDisplayName | string |
None. |
|
| HomeGeoLocationDescription | string |
None. |
|
| HomeDepartmentName | string |
None. |
|
| HomeDepartmentCode | string |
None. |
|
| IsHomeDeptCodeLocked | boolean |
None. |
|
| ManagerDisplayName | string |
None. |
|
| BreakThresholdHours | decimal number |
None. |
|
| BreakTimeHours | decimal number |
None. |
|
| PtoBalance | decimal number |
None. |
|
| PtoResetDate | date |
None. |
|
| NextPtoAmount | decimal number |
None. |
|
| NextPtoBalance | decimal number |
None. |
|
| HoursByType | Collection of HourData |
None. |
|
| HoursByLocation | Collection of HourData |
None. |
Response Formats
application/json, text/json
Sample:
{
"EmployeeIdNo": 1,
"EmployeeDisplayName": "sample string 2",
"HomeGeoLocationDescription": "sample string 3",
"HomeDepartmentName": "sample string 4",
"HomeDepartmentCode": "sample string 5",
"IsHomeDeptCodeLocked": true,
"ManagerDisplayName": "sample string 7",
"BreakThresholdHours": 8.0,
"BreakTimeHours": 9.0,
"PtoBalance": 1.0,
"PtoResetDate": "2025-11-05T15:04:26.1366518-06:00",
"NextPtoAmount": 1.0,
"NextPtoBalance": 1.0,
"HoursByType": null,
"HoursByLocation": null
}
text/html
Sample:
{"EmployeeIdNo":1,"EmployeeDisplayName":"sample string 2","HomeGeoLocationDescription":"sample string 3","HomeDepartmentName":"sample string 4","HomeDepartmentCode":"sample string 5","IsHomeDeptCodeLocked":true,"ManagerDisplayName":"sample string 7","BreakThresholdHours":8.0,"BreakTimeHours":9.0,"PtoBalance":1.0,"PtoResetDate":"2025-11-05T15:04:26.1366518-06:00","NextPtoAmount":1.0,"NextPtoBalance":1.0,"HoursByType":null,"HoursByLocation":null}