Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BewohnerWohnformView
Please create a React-JS view called "BewohnerWohnformView" for the fields of the BewohnerWohnform entity. The BewohnerWohnformView must contain the following fields: - name: Bewohner type: Bewohner - name: BisDatum type: DATE - name: VonDatum type: DATE - 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 [Bewohner] select control should be loaded from the relative URL: "/BewohnerService/bewohner" (HTTP-GET) An existing BewohnerWohnform entity should be loaded from the relative URL: "/WohnformService/bewohnerwohnform/{id}" (HTTP-GET) If a new BewohnerWohnform entity has been created, the new entity should be posted to the relative URL: "/WohnformService/bewohnerwohnform" (HTTP-POST) If an existing BewohnerWohnform entity has been updated, the modified entity should be sent to the relative URL: "/WohnformService/bewohnerwohnform/{id}" (HTTP-PUT) If an existing BewohnerWohnform entity has to be deleted, the following relative URL should be called: "/WohnformService/bewohnerwohnform/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum