Description
A physical location where work is performed. Click Property for more information.
Resource Overview
| Endpoint | Definition | 
| GET/Properties | Retrieve a list of information related to properties. | 
| POST/Properties  | Add properties. | 
| PUT/Properties | Modify existing properties. | 
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) |