Files
omsorg/omsorgWeb/mitarbeiter-app/api-client-php/docs/Model/UpdateContractRequest.md
T
Felix KemmlerandClaude Sonnet 5 e9e96a57dc Add facilities, contracts, orders, value lists, audit log, and desktop app modules
Extends omsorgCore with full CRUD for Facility/Contract/Order plus
configurable value lists and an audit trail, and wires the omsorgapp
frontend up to the new facilities, settings, and audit-log modules;
includes a sidebar active-nav-item highlight.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-08 23:29:16 +02:00

838 B

# UpdateContractRequest

Properties

Name Type Description Notes
contract_type string [optional]
employee_id string [optional]
facility_id string [optional]
start_date \DateTime [optional]
end_date \DateTime [optional]
status string [optional]
weekly_hours float [optional]
hourly_wage float [optional]
allowances_description string [optional]
overtime_rules string [optional]
vacation_days_per_year int [optional]
probation_period_months int [optional]

[Back to Model list] [Back to API list] [Back to README]