Skip to main content
POST
Create Adjustment

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Headers

Idempotency-Key
string | null

Body

application/json

POST /v1/adjustments → org_payroll_adjustments. A negative amount_cents is a deduction. tutor_id must be an accepted member of the key's org.

tutor_id
string
required
period_start
string
required

ISO date, e.g. 2026-06-01

period_end
string
required

ISO date; must be >= period_start

amount_cents
integer
required

Cents. Negative = deduction.

note
string
required

Non-empty reason, e.g. 'Training bonus'.

Minimum string length: 1

Response

Successful Response

id
string
required
tutor_id
string | null
period_start
string | null
period_end
string | null
amount_cents
integer | null
note
string | null
voided
boolean
default:false
created_at
string | null