Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GebuehrenordnungView
Please create a React-JS view called "GebuehrenordnungView" for the fields of the Gebuehrenordnung entity. The GebuehrenordnungView must contain the following fields: - name: IstOeffentlich type: BOOL - name: LandRegion type: LandRegion - name: Name type: STRING The data source for the [LandRegion] select control should be loaded from the relative URL: "/LandRegionService/landregion" (HTTP-GET) An existing Gebuehrenordnung entity should be loaded from the relative URL: "/LandRegionService/gebuehrenordnung/{id}" (HTTP-GET) If a new Gebuehrenordnung entity has been created, the new entity should be posted to the relative URL: "/LandRegionService/gebuehrenordnung" (HTTP-POST) If an existing Gebuehrenordnung entity has been updated, the modified entity should be sent to the relative URL: "/LandRegionService/gebuehrenordnung/{id}" (HTTP-PUT) If an existing Gebuehrenordnung entity has to be deleted, the following relative URL should be called: "/LandRegionService/gebuehrenordnung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gebuehrenposition columns: - column: MinMultiplikator - column: Grundbetrag - column: MaxMultiplikator - column: Gebuehrenordnung - column: IstAnalogBewertung - column: Beschreibung - column: Code The table should have the title "Gebuehrenpositions" und the data must be loaded from the server with the following relative URL: "/GebuehrenpositionService/gebuehrenposition/gebuehrenordnung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum