Pay Schedules

Prev Next

Description 

The pay period outlines when and which default and overtime pay code applies to an employee or subcontractor. 

Resource Overview 

Endpoint Definition 
GET/PaySchedulesRetrieve a list of information related to pay schedules.
POST/PayScedulesCreate a pay schedule. 
PUT/PaySchedulesModify an existing pay schedule. 

Attributes

Attribute
Description
Data Type
Notes 
Active
indicates if the pay schedule is active or inactiveboolean
DefaultOTPayCodeID
unique identifier for overtime pay codeinteger(int32)

DefaultOTPayCodeName
name of the default overtime pay codestringMax Length: 60

DefaultPayCodeID

unique identifier for default pay codeinteger(int32)

DefaultPayCodeName

name of default codestringMax Length: 60 

DailyHoursBeforeOT

amount of hours that must be worked before accruing overtime for a specific week number(double)
PayScheduleID
unique identifier for pay scheduleinteger(int32)
PayScheduleName
name of the pay schedulestringMax Length:50 

WeeklyHoursBeforeOT
number of weekly hours before overtime appliesnumber(double)