Skip to main content
POST
Create Rate Card
Both name and skillsets are required. The skillsets array defines per-skillset billing and pay rates for the new rate card. Each entry maps to a skillset in your company.
Set hourly_type to "shift" for flat shift-based rates, or "hourly" (default) for time-based rates with optional overtime and double-time cutoffs.

Authorizations

X-API-KEY
string
header
required

Body

application/json

Rate card data with skillset rate configurations

Request body for creating a new rate card with per-skillset rate configuration.

name
string
required

Rate card name (max 100 characters)

skillsets
object[]
required

Array of skillset rate configurations

Response

Created

A rate card entry with skillset-specific billing and pay rate configuration.

id
string

Rate card identifier

name
string

Rate card name

roles_id
string

Associated skillset (role) identifier

skillset
string

Skillset name

billing_rate
string

Billing rate charged to the client

pay_rate
string

Pay rate for the worker

hourly_type
enum<string>

Rate calculation type

Available options:
hourly,
shift
daily_overtime_cutoff
string | null

Hours before daily overtime kicks in

daily_doubletime_cutoff
string | null

Hours before daily double-time kicks in

selected_payroll_rules
string[]

Advanced payroll rule IDs applied to this rate card entry