POST api/FrontierWeb/Timesheet/GetEmployeeTimesheet

Request Information

URI Parameters

None.

Body Parameters

GetEmployeeTimesheetProfileRequest
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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-06-18T08:57:01.0263654-05: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-06-18T08:57:01.0263654-05:00","NextPtoAmount":1.0,"NextPtoBalance":1.0,"HoursByType":null,"HoursByLocation":null}