Description
An amount paid to an employee or subcontractor hourly, weekly, or annually.
Resource Overview
| Endpoint | Definition |
| GET/PayRates | Retrieve a list of information related to pay rates. |
| POST/PayRates | Add a pay rate. |
| PUT/PayRates | Modify an existing pay rate. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| BurdenPercent | division of indirect payroll costs by direct payroll costs | number(double) | |
| ContactID | unique identifier of contact | integer(int32) | |
| ContactName | full name of the contact | string | Max Length: 101 |
| EffectiveDate | date when pay rate is in effect | DateTime | |
| HourlyBasePay | base hourly pay rate | number(double) | |
| PayRateID | identifier for standard pay rate being overridden | integer(int32) |