Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ShopProduktPreisView
Please create a React-JS view called "ShopProduktPreisView" for the fields of the ShopProduktPreis entity. The ShopProduktPreisView must contain the following fields: - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Preis type: STRING - name: Shop type: Shop - name: ShopProdukt type: ShopProdukt - name: Waehrung type: STRING The data source for the [Shop] select control should be loaded from the relative URL: "/ShopService/shop" (HTTP-GET) The data source for the [ShopProdukt] select control should be loaded from the relative URL: "/ShopService/shopprodukt" (HTTP-GET) An existing ShopProduktPreis entity should be loaded from the relative URL: "/ShopService/shopproduktpreis/{id}" (HTTP-GET) If a new ShopProduktPreis entity has been created, the new entity should be posted to the relative URL: "/ShopService/shopproduktpreis" (HTTP-POST) If an existing ShopProduktPreis entity has been updated, the modified entity should be sent to the relative URL: "/ShopService/shopproduktpreis/{id}" (HTTP-PUT) If an existing ShopProduktPreis entity has to be deleted, the following relative URL should be called: "/ShopService/shopproduktpreis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum