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>
1017 B
1017 B
# CreateEmployeeRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | string | [optional] | |
| last_name | string | [optional] | |
| date_of_birth | \DateTime | [optional] | |
| street | string | [optional] | |
| postal_code | string | [optional] | |
| city | string | [optional] | |
| country | string | [optional] | |
| phone_number | string | [optional] | |
| string | [optional] | ||
| entry_date | \DateTime | [optional] | |
| exit_date | \DateTime | [optional] | |
| emergency_contact_name | string | [optional] | |
| emergency_contact_phone | string | [optional] | |
| emergency_contact_relation | string | [optional] | |
| employment_type | string | [optional] | |
| qualification | string | [optional] |