Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AufloesungView
Please create a React-JS view called "AufloesungView" for the fields of the Aufloesung entity. The AufloesungView must contain the following fields: - name: Aufloesungsgrund type: Aufloesungsgrund - name: Beschlussdatum type: Beschluss - name: Durch type: STRING - name: Hinweise type: STRING - name: Verein type: Verein - name: Wirksamkeitsdatum type: DATE The data source for the [Verein] select control should be loaded from the relative URL: "/VereinService/verein" (HTTP-GET) The data source for the [Beschlussdatum] select control should be loaded from the relative URL: "/AufloesungsgrundService/beschluss" (HTTP-GET) The data source for the [Aufloesungsgrund] select control should be loaded from the relative URL: "/AufloesungsgrundService/aufloesungsgrund" (HTTP-GET) An existing Aufloesung entity should be loaded from the relative URL: "/AufloesungsgrundService/aufloesung/{id}" (HTTP-GET) If a new Aufloesung entity has been created, the new entity should be posted to the relative URL: "/AufloesungsgrundService/aufloesung" (HTTP-POST) If an existing Aufloesung entity has been updated, the modified entity should be sent to the relative URL: "/AufloesungsgrundService/aufloesung/{id}" (HTTP-PUT) If an existing Aufloesung entity has to be deleted, the following relative URL should be called: "/AufloesungsgrundService/aufloesung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum