Pay Schedules
- 04 Jun 2024
- Print
- PDF
Pay Schedules
- Updated on 04 Jun 2024
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
The pay period outlines when and which default and overtime pay code applies to an employee or subcontractor.
Resource Overview
Endpoint | Definition |
GET/PaySchedules | Retrieve a list of information related to pay schedules. |
POST/PayScedules | Create a pay schedule. |
PUT/PaySchedules | Modify an existing pay schedule. |
Attributes
Attribute | Description | Data Type | Notes |
---|---|---|---|
Active | indicates if the pay schedule is active or inactive | boolean | |
DefaultOTPayCodeID | unique identifier for overtime pay code | integer(int32) | |
DefaultOTPayCodeName | name of the default overtime pay code | string | Max Length: 60 |
DefaultPayCodeID | unique identifier for default pay code | integer(int32) | |
DefaultPayCodeName | name of default code | string | Max Length: 60 |
DailyHoursBeforeOT | amount of hours that must be worked before accruing overtime for a specific week | number(double) | |
PayScheduleID | unique identifier for pay schedule | integer(int32) | |
PayScheduleName | name of the pay schedule | string | Max Length:50 |
WeeklyHoursBeforeOT | number of weekly hours before overtime applies | number(double) |
Was this article helpful?