Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetriebsformView
Please create a React-JS view called "BetriebsformView" for the fields of the Betriebsform entity. The BetriebsformView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: HoechstFlaecheQm type: INT - name: MindestFlaecheQm type: INT An existing Betriebsform entity should be loaded from the relative URL: "/SupermarktService/betriebsform/{id}" (HTTP-GET) If a new Betriebsform entity has been created, the new entity should be posted to the relative URL: "/SupermarktService/betriebsform" (HTTP-POST) If an existing Betriebsform entity has been updated, the modified entity should be sent to the relative URL: "/SupermarktService/betriebsform/{id}" (HTTP-PUT) If an existing Betriebsform entity has to be deleted, the following relative URL should be called: "/SupermarktService/betriebsform/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Supermarkt columns: - column: Betreiberart - column: Stadt - column: Land - column: Konsumgenossenschaft - column: Handelskette - column: Name - column: FrontstoreFlaecheQm - column: HatBedientheken - column: Sortimentstyp - column: Eroeffnungsdatum - column: BackstoreFlaecheQm - column: IstBioSupermarkt - column: Betriebsform - column: Einkaufsgemeinschaft - column: IstDiscounter - column: VerkaufsflaecheQm The table should have the title "Supermarkts" und the data must be loaded from the server with the following relative URL: "/SupermarktService/supermarkt/betriebsform/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum