---
title: "Create an earning rate"
method: POST
path: "/earning_rates"
---

# Create an earning rate

`POST /earning_rates`

## Request body

- object
  - `amount` string, required
  - `period` string, required — May be `hourly`, `annually`, or `piece`
  - `employee` string, required
  - `name` string
  - `workweek_hours` number, float — Number of hours the employee works per week, most commonly for salaried employees

## Response `201`

201

- EarningRate
  - `id` string
  - `amount` string
  - `period` string — May be `hourly`, `annually`, or `piece`
  - `employee` string
  - `company` string — ID of the company that this earning rate relates to (via the employee).
  - `name` string
  - `workweek_hours` number, float
  - `active` boolean
  - `metadata` object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/versions/f46e28134549/schema)
