Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WohnungsanpassungView
Please create a React-JS view called "WohnungsanpassungView" for the fields of the Wohnungsanpassung entity. The WohnungsanpassungView must contain the following fields: - name: Anpassungsart type: STRING - name: Anpassungsdatum type: DATE - name: Beschreibung type: STRING - name: Foerderprogramm type: Foerderprogramm - name: Wohnung type: Wohnung The data source for the [Foerderprogramm] select control should be loaded from the relative URL: "/WohnungService/foerderprogramm" (HTTP-GET) The data source for the [Wohnung] select control should be loaded from the relative URL: "/WohnungService/wohnung" (HTTP-GET) An existing Wohnungsanpassung entity should be loaded from the relative URL: "/WohnungService/wohnungsanpassung/{id}" (HTTP-GET) If a new Wohnungsanpassung entity has been created, the new entity should be posted to the relative URL: "/WohnungService/wohnungsanpassung" (HTTP-POST) If an existing Wohnungsanpassung entity has been updated, the modified entity should be sent to the relative URL: "/WohnungService/wohnungsanpassung/{id}" (HTTP-PUT) If an existing Wohnungsanpassung entity has to be deleted, the following relative URL should be called: "/WohnungService/wohnungsanpassung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum