Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SozialleistungsfallView
Please create a React-JS view called "SozialleistungsfallView" for the fields of the Sozialleistungsfall entity. The SozialleistungsfallView must contain the following fields: - name: Bewohner type: Bewohner - name: Enddatum type: DATE - name: Gesetzesbezug type: STRING - name: Leistungsart type: STRING - name: Notizen type: STRING - name: Startdatum type: DATE The data source for the [Bewohner] select control should be loaded from the relative URL: "/BewohnerService/bewohner" (HTTP-GET) An existing Sozialleistungsfall entity should be loaded from the relative URL: "/BewohnerService/sozialleistungsfall/{id}" (HTTP-GET) If a new Sozialleistungsfall entity has been created, the new entity should be posted to the relative URL: "/BewohnerService/sozialleistungsfall" (HTTP-POST) If an existing Sozialleistungsfall entity has been updated, the modified entity should be sent to the relative URL: "/BewohnerService/sozialleistungsfall/{id}" (HTTP-PUT) If an existing Sozialleistungsfall entity has to be deleted, the following relative URL should be called: "/BewohnerService/sozialleistungsfall/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum