Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandesvarianteView
Please create a React-JS view called "LandesvarianteView" for the fields of the Landesvariante entity. The LandesvarianteView must contain the following fields: - name: Beschreibung type: STRING - name: Land type: STRING - name: Name type: STRING An existing Landesvariante entity should be loaded from the relative URL: "/LandesvarianteService/landesvariante/{id}" (HTTP-GET) If a new Landesvariante entity has been created, the new entity should be posted to the relative URL: "/LandesvarianteService/landesvariante" (HTTP-POST) If an existing Landesvariante entity has been updated, the modified entity should be sent to the relative URL: "/LandesvarianteService/landesvariante/{id}" (HTTP-PUT) If an existing Landesvariante entity has to be deleted, the following relative URL should be called: "/LandesvarianteService/landesvariante/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bewohner columns: - column: Startdatum - column: Person - column: Enddatum - column: Landesvariante - column: Unterstuetzungsniveau - column: Zielgruppe The table should have the title "Bewohners" und the data must be loaded from the server with the following relative URL: "/BewohnerService/bewohner/landesvariante/{id}" Add a HTML table to the view with the following WohnformLandesvariante columns: - column: Wohnform - column: Landesvariante - column: Notizen The table should have the title "WohnformLandesvariantes" und the data must be loaded from the server with the following relative URL: "/LandesvarianteService/wohnformlandesvariante/landesvariante/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum