Skip to main content
PUT
Update an overtime rate

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

overtime_rate
string
required

Body

application/json
rate_multiplier
number<decimal>

The multiplier for this overtime, e.g 1.5 or 2.

Editing is prevented when is_editable is false

Required range: 0 <= x <= 100
hourly_rate_override
number<decimal>

If set, this amount is used for the hourly rate, not the calculated amount from the rate_multiplier.

Editing is prevented when is_editable is false

Required range: 0 <= x <= 99999
business_preset_id
string
expense_accounting_code_id
string
liability_accounting_code_id
string
archived_at
string<date>
external_ref
string
Maximum string length: 255
tag_assignment
object

Response

200 - application/json

OK

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("overtime_rate").

data
Overtime Rate · object