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>
714 B
714 B
# CreateFacilityRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | [optional] | |
| facility_type | string | [optional] | |
| street | string | [optional] | |
| postal_code | string | [optional] | |
| city | string | [optional] | |
| country | string | [optional] | |
| billing_street | string | [optional] | |
| billing_postal_code | string | [optional] | |
| billing_city | string | [optional] | |
| billing_country | string | [optional] |