Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FoodStuffFoodView
Please create a React-JS view called "FoodStuffFoodView" for the fields of the FoodStuffFood entity. The FoodStuffFoodView must contain the following fields: - name: Food type: Food - name: FoodStuff type: FoodStuff - name: PercentageRate type: INT The data source for the [Food] select control should be loaded from the relative URL: "/FoodService/food" (HTTP-GET) The data source for the [FoodStuff] select control should be loaded from the relative URL: "/FoodService/foodstuff" (HTTP-GET) An existing FoodStuffFood entity should be loaded from the relative URL: "/FoodService/foodstufffood/{id}" (HTTP-GET) If a new FoodStuffFood entity has been created, the new entity should be posted to the relative URL: "/FoodService/foodstufffood" (HTTP-POST) If an existing FoodStuffFood entity has been updated, the modified entity should be sent to the relative URL: "/FoodService/foodstufffood/{id}" (HTTP-PUT) If an existing FoodStuffFood entity has to be deleted, the following relative URL should be called: "/FoodService/foodstufffood/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum