Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FoerderungView
Please create a React-JS view called "FoerderungView" for the fields of the Foerderung entity. The FoerderungView must contain the following fields: - name: Betrag type: STRING - name: BewilligtAm type: DATE - name: ErhaltenAm type: DATE - name: FoerderTyp type: STRING - name: LokaleTafel type: LokaleTafel - name: QuelleName type: STRING - name: Traegerverein type: Traegerverein - name: Zweckbeschreibung type: STRING The data source for the [Traegerverein] select control should be loaded from the relative URL: "/TraegervereinService/traegerverein" (HTTP-GET) The data source for the [LokaleTafel] select control should be loaded from the relative URL: "/LokaleTafelService/lokaletafel" (HTTP-GET) An existing Foerderung entity should be loaded from the relative URL: "/TraegervereinService/foerderung/{id}" (HTTP-GET) If a new Foerderung entity has been created, the new entity should be posted to the relative URL: "/TraegervereinService/foerderung" (HTTP-POST) If an existing Foerderung entity has been updated, the modified entity should be sent to the relative URL: "/TraegervereinService/foerderung/{id}" (HTTP-PUT) If an existing Foerderung entity has to be deleted, the following relative URL should be called: "/TraegervereinService/foerderung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum