Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FoerderentscheidungView
Please create a React-JS view called "FoerderentscheidungView" for the fields of the Foerderentscheidung entity. The FoerderentscheidungView must contain the following fields: - name: Begruendung type: STRING - name: Betrag type: DOUBLE - name: Datum type: DATE - name: Foerderprogramm type: Foerderprogramm - name: Gericht type: Gericht - name: IstAusBeendetemVerfahren type: BOOL - name: Verein type: Verein - name: Waehrung type: STRING The data source for the [Foerderprogramm] select control should be loaded from the relative URL: "/FoerderprogrammService/foerderprogramm" (HTTP-GET) The data source for the [Gericht] select control should be loaded from the relative URL: "/FoerderprogrammService/gericht" (HTTP-GET) The data source for the [Verein] select control should be loaded from the relative URL: "/VereinService/verein" (HTTP-GET) An existing Foerderentscheidung entity should be loaded from the relative URL: "/FoerderprogrammService/foerderentscheidung/{id}" (HTTP-GET) If a new Foerderentscheidung entity has been created, the new entity should be posted to the relative URL: "/FoerderprogrammService/foerderentscheidung" (HTTP-POST) If an existing Foerderentscheidung entity has been updated, the modified entity should be sent to the relative URL: "/FoerderprogrammService/foerderentscheidung/{id}" (HTTP-PUT) If an existing Foerderentscheidung entity has to be deleted, the following relative URL should be called: "/FoerderprogrammService/foerderentscheidung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum