Create a salary record
Creates a new salary record for an employee, effective from the given date. Salary records are immutable — to change an employee’s salary, create a new record with a later effective_from date rather than modifying an existing one.
Authentication
Path parameters
Headers
Unique key to ensure idempotent requests. If the same key is used for multiple identical & successful requests, the same response will be returned. Read more here
The target platform id. Required only when calling with a dashboard (WorkOS AuthKit) access token instead of a platform API key — the token carries no platform claim, so the caller must say which platform it means. Ignored for platform API key / embed session token callers.
Request
The period this amount represents (e.g. annual, monthly)
Response
The period this amount represents (e.g. annual, monthly)

