Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Path Parameters

employee
string<uuid>
required

The employee ID

Body

application/json
compensation_type_id
string<uuid>
required
value
number
required
Required range: x >= 0
effective_from
string<date-time>
required
currency
string | null
Required string length: 3
interval
enum<string>
Available options:
monthly,
quarterly,
half_yearly,
yearly,
one_time
weekly_working_hours
number | null
Required range: 0.1 <= x <= 168
full_time_weekly_working_hours
number | null
Required range: 0.1 <= x <= 168
comment
string | null
Maximum string length: 1000

Response

EmployeeCompensationResource

data
EmployeeCompensationResource · object
required