Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SortimentstypView
Please create a React-JS view called "SortimentstypView" for the fields of the Sortimentstyp entity. The SortimentstypView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: IstDiscounterSortiment type: BOOL - name: IstVollsortimenter type: BOOL - name: MaxArtikelanzahl type: INT - name: MinArtikelanzahl type: INT An existing Sortimentstyp entity should be loaded from the relative URL: "/EinkaufsgemeinschaftService/sortimentstyp/{id}" (HTTP-GET) If a new Sortimentstyp entity has been created, the new entity should be posted to the relative URL: "/EinkaufsgemeinschaftService/sortimentstyp" (HTTP-POST) If an existing Sortimentstyp entity has been updated, the modified entity should be sent to the relative URL: "/EinkaufsgemeinschaftService/sortimentstyp/{id}" (HTTP-PUT) If an existing Sortimentstyp entity has to be deleted, the following relative URL should be called: "/EinkaufsgemeinschaftService/sortimentstyp/{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/sortimentstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum