Docker-Images bauen und veröffentlichen / build (, omsorgCore/Dockerfile, omsorgcore) (push) Successful in 17s
Docker-Images bauen und veröffentlichen / build (, omsorgWeb/Dockerfile, omsorgweb) (push) Successful in 6s
Docker-Images bauen und veröffentlichen / build (, omsorgapp/Dockerfile, omsorgapp) (push) Successful in 18s
Adds MealAllowanceRate as a flat, nullable EUR amount on Facility, following
the same pattern as the existing TravelCostRate/BillingRate fields — a fixed
per-facility rate, not the statutory day-based VMA tiers, per explicit
request.
Both generated API clients are regenerated/rebuilt as required after any
Contract/Controller change (see omsorgCore/CLAUDE.md, "Generierte API-
Clients"). The PHP client regen also picks up the DELETE /api/roles/{id}
endpoint added in a previous backend change but never synced to this client
until now.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1.5 KiB
1.5 KiB
# FacilityResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] | |
| name | string | [optional] | |
| crm_status | string | [optional] | |
| facility_type | string | [optional] | |
| website | 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] | |
| follow_up_due_date | \DateTime | [optional] | |
| billing_rate | float | [optional] | |
| night_surcharge_percent | float | [optional] | |
| saturday_surcharge_percent | float | [optional] | |
| sunday_surcharge_percent | float | [optional] | |
| holiday_surcharge_percent | float | [optional] | |
| travel_cost_rate | float | [optional] | |
| travel_cost_mode | string | [optional] | |
| travel_cost_per_km | float | [optional] | |
| meal_allowance_rate | float | [optional] | |
| minimum_hours | float | [optional] | |
| billing_interval | string | [optional] | |
| payment_term_days | int | [optional] | |
| individual_agreements | string | [optional] |