Create a pay rate
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Must belong to a work assignment associated with an entity of type Employee.
The annual salary when type is salary, or the hourly wage when type is hourly.
For salary pay rates, rate is the annual salary (i.e. amount per year). For wage pay rates, rate is the hourly wage (i.e. amount per hour).
0 <= x <= 9999999The expected number of working hours per week. Must be greater than 0 for salary pay rates. Used to calculate the equivalent hourly rate from salaries for overtime.
For salary pay rates, expected_hours_per_week must be greater than 0.
0 <= x <= 168The date from which this pay rate is applied to Pay Stubs.
255Optional translations for the title property.
Whether this is a salary or hourly pay rate. Determines how rate is interpreted.
Must be present when business_preset_id is either empty or not set.
hourly, salary The date after which this pay rate is no longer applied and can no longer be used to create Earning Line Items. null if the pay rate applies indefinitely.
255
