Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RegalplatzierungView
Please create a React-JS view called "RegalplatzierungView" for the fields of the Regalplatzierung entity. The RegalplatzierungView must contain the following fields: - name: Artikel type: Artikel - name: Platzierungsdatum type: DATE - name: PraemieEuro type: STRING - name: Regal type: Regal - name: Regalzone type: Regalzone The data source for the [Artikel] select control should be loaded from the relative URL: "/RegalzoneService/artikel" (HTTP-GET) The data source for the [Regal] select control should be loaded from the relative URL: "/RegalzoneService/regal" (HTTP-GET) The data source for the [Regalzone] select control should be loaded from the relative URL: "/RegalzoneService/regalzone" (HTTP-GET) An existing Regalplatzierung entity should be loaded from the relative URL: "/RegalzoneService/regalplatzierung/{id}" (HTTP-GET) If a new Regalplatzierung entity has been created, the new entity should be posted to the relative URL: "/RegalzoneService/regalplatzierung" (HTTP-POST) If an existing Regalplatzierung entity has been updated, the modified entity should be sent to the relative URL: "/RegalzoneService/regalplatzierung/{id}" (HTTP-PUT) If an existing Regalplatzierung entity has to be deleted, the following relative URL should be called: "/RegalzoneService/regalplatzierung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum