Skip to main content
PUT
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

compensation
string<uuid>
required

The compensation ID

Body

application/json
compensation_type_id
string<uuid>
value
number
Required range: x >= 0
currency
string | null
Required string length: 3
effective_from
string<date-time>
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