Update a pay rate
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
255Optional translations for the title property.
Whether this is a salary or hourly pay rate. Determines how rate is interpreted.
Editing is prevented when is_editable is false
hourly, salary 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).
Editing is prevented when is_editable is false
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.
Editing is prevented when is_editable is false
0 <= x <= 168The date from which this pay rate is applied to Pay Stubs.
Editing is prevented when is_editable is false
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.
The date must be after the period_end of the most recent non-draft payroll.
255
