Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RegalzoneView
Please create a React-JS view called "RegalzoneView" for the fields of the Regalzone entity. The RegalzoneView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: HoechstHoeheCm type: INT - name: MindestHoeheCm type: INT An existing Regalzone entity should be loaded from the relative URL: "/RegalzoneService/regalzone/{id}" (HTTP-GET) If a new Regalzone entity has been created, the new entity should be posted to the relative URL: "/RegalzoneService/regalzone" (HTTP-POST) If an existing Regalzone entity has been updated, the modified entity should be sent to the relative URL: "/RegalzoneService/regalzone/{id}" (HTTP-PUT) If an existing Regalzone entity has to be deleted, the following relative URL should be called: "/RegalzoneService/regalzone/{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/regalzone/{id}" Add a HTML table to the view with the following Regalplatzierung columns: - column: Platzierungsdatum - column: Regal - column: Regalzone - column: Artikel - column: PraemieEuro The table should have the title "Regalplatzierungs" und the data must be loaded from the server with the following relative URL: "/RegalzoneService/regalplatzierung/regalzone/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum