Overview
Summary
Contact
Donate
Imprint
Prompt for the
RestaurantTagLinkView
Please create a React-JS view called "RestaurantTagLinkView" for the fields of the RestaurantTagLink entity. The RestaurantTagLinkView must contain the following fields: - name: Restaurant type: Restaurant - name: RestaurantTag type: RestaurantTag The data source for the [Restaurant] select control should be loaded from the relative URL: "/RestaurantService/restaurant" (HTTP-GET) The data source for the [RestaurantTag] select control should be loaded from the relative URL: "/RestaurantTagService/restauranttag" (HTTP-GET) An existing RestaurantTagLink entity should be loaded from the relative URL: "/RestaurantTagService/restauranttaglink/{id}" (HTTP-GET) If a new RestaurantTagLink entity has been created, the new entity should be posted to the relative URL: "/RestaurantTagService/restauranttaglink" (HTTP-POST) If an existing RestaurantTagLink entity has been updated, the modified entity should be sent to the relative URL: "/RestaurantTagService/restauranttaglink/{id}" (HTTP-PUT) If an existing RestaurantTagLink entity has to be deleted, the following relative URL should be called: "/RestaurantTagService/restauranttaglink/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint