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