Skip to main content
POST
Create an overtime rate

Authorizations

Authorization
string
header
required

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

Body

application/json
pay_rate_id
string
required
rate_multiplier
number<decimal>
required

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

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.

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

201 - application/json

Created

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