Create Adjustment
Operations
Create Adjustment
Record a payroll adjustment (manual credit/debit) for one of the org’s tutors.
A negative amount_cents is a deduction. tutor_id must be an accepted member
of your org (404 otherwise); period_end must be on or after period_start.
organization_id, created_by, and created_at are server-set.
Send an Idempotency-Key header to make retries safe — a repeat with the same
body replays the original response; a repeat with a different body is a 409.
POST
Create Adjustment
Authorizations
Org API key as Token token=ei_live_...
Headers
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.