Skip to main content
POST
POST /rest/employees/{employee}/overtime_payouts

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
year_month
string
required
Pattern: ^\d{4}-(0[1-9]|1[0-2])$
hours
number
required
Required range: 0.01 <= x <= 1000
comment
string | null
Maximum string length: 1000

Response

data
object
required