Skip to main content
PUT
PUT /rest/employees/{employee}/business_trips — Create business trip

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
type
string
required
start_date
string<date-time>
required
end_date
string<date-time>
required
is_half_day
boolean
reason
string | null
Maximum string length: 1000
substitute_employee_id
string<uuid> | null

Response

LeaveRequestResource

data
LeaveRequestResource · object
required