Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WohnformLandesvarianteView
Please create a React-JS view called "WohnformLandesvarianteView" for the fields of the WohnformLandesvariante entity. The WohnformLandesvarianteView must contain the following fields: - name: Landesvariante type: Landesvariante - name: Notizen type: STRING - name: Wohnform type: Wohnform The data source for the [Wohnform] select control should be loaded from the relative URL: "/WohnformService/wohnform" (HTTP-GET) The data source for the [Landesvariante] select control should be loaded from the relative URL: "/LandesvarianteService/landesvariante" (HTTP-GET) An existing WohnformLandesvariante entity should be loaded from the relative URL: "/LandesvarianteService/wohnformlandesvariante/{id}" (HTTP-GET) If a new WohnformLandesvariante entity has been created, the new entity should be posted to the relative URL: "/LandesvarianteService/wohnformlandesvariante" (HTTP-POST) If an existing WohnformLandesvariante entity has been updated, the modified entity should be sent to the relative URL: "/LandesvarianteService/wohnformlandesvariante/{id}" (HTTP-PUT) If an existing WohnformLandesvariante entity has to be deleted, the following relative URL should be called: "/LandesvarianteService/wohnformlandesvariante/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum