Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WarengruppeView
Please create a React-JS view called "WarengruppeView" for the fields of the Warengruppe entity. The WarengruppeView must contain the following fields: - name: Beschreibung type: STRING - name: IstLebensmittel type: BOOL - name: IstNonFood type: BOOL - name: Name type: STRING An existing Warengruppe entity should be loaded from the relative URL: "/RegalzoneService/warengruppe/{id}" (HTTP-GET) If a new Warengruppe entity has been created, the new entity should be posted to the relative URL: "/RegalzoneService/warengruppe" (HTTP-POST) If an existing Warengruppe entity has been updated, the modified entity should be sent to the relative URL: "/RegalzoneService/warengruppe/{id}" (HTTP-PUT) If an existing Warengruppe entity has to be deleted, the following relative URL should be called: "/RegalzoneService/warengruppe/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Artikel columns: - column: Warengruppe - column: Regal - column: IstNonFood - column: Fuellmenge - column: Packungseinheit - column: HerstellerMarke - column: Name - column: Regalzone - column: Waehrung - column: IstBio - column: PreisBrutto - column: Handelsmarke - column: Mindesthaltbarkeitsdatum - column: IstFrischware The table should have the title "Artikels" und the data must be loaded from the server with the following relative URL: "/RegalzoneService/artikel/warengruppe/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum