Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MenuItemAllergenView
Please create a React-JS view called "MenuItemAllergenView" for the fields of the MenuItemAllergen entity. The MenuItemAllergenView must contain the following fields: - name: AllergenCode type: STRING - name: Description type: STRING - name: MenuItem type: MenuItem The data source for the [MenuItem] select control should be loaded from the relative URL: "/GastronomyUnitService/menuitem" (HTTP-GET) An existing MenuItemAllergen entity should be loaded from the relative URL: "/GastronomyUnitService/menuitemallergen/{id}" (HTTP-GET) If a new MenuItemAllergen entity has been created, the new entity should be posted to the relative URL: "/GastronomyUnitService/menuitemallergen" (HTTP-POST) If an existing MenuItemAllergen entity has been updated, the modified entity should be sent to the relative URL: "/GastronomyUnitService/menuitemallergen/{id}" (HTTP-PUT) If an existing MenuItemAllergen entity has to be deleted, the following relative URL should be called: "/GastronomyUnitService/menuitemallergen/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum