Overview
Summary
Contact
Donate
Imprint
Prompt for the
MenuItemTagLinkView
Please create a React-JS view called "MenuItemTagLinkView" for the fields of the MenuItemTagLink entity. The MenuItemTagLinkView must contain the following fields: - name: MenuItem type: MenuItem - name: MenuItemTag type: MenuItemTag The data source for the [MenuItemTag] select control should be loaded from the relative URL: "/MenuItemTagService/menuitemtag" (HTTP-GET) The data source for the [MenuItem] select control should be loaded from the relative URL: "/MenuItemService/menuitem" (HTTP-GET) An existing MenuItemTagLink entity should be loaded from the relative URL: "/MenuItemTagService/menuitemtaglink/{id}" (HTTP-GET) If a new MenuItemTagLink entity has been created, the new entity should be posted to the relative URL: "/MenuItemTagService/menuitemtaglink" (HTTP-POST) If an existing MenuItemTagLink entity has been updated, the modified entity should be sent to the relative URL: "/MenuItemTagService/menuitemtaglink/{id}" (HTTP-PUT) If an existing MenuItemTagLink entity has to be deleted, the following relative URL should be called: "/MenuItemTagService/menuitemtaglink/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint