Overview
Summary
Contact
Donate
Imprint
Prompt for the
PromotionProductView
Please create a React-JS view called "PromotionProductView" for the fields of the PromotionProduct entity. The PromotionProductView must contain the following fields: - name: Product type: Product - name: Promotion type: Promotion The data source for the [Product] select control should be loaded from the relative URL: "/ProductService/product" (HTTP-GET) The data source for the [Promotion] select control should be loaded from the relative URL: "/PromotionService/promotion" (HTTP-GET) An existing PromotionProduct entity should be loaded from the relative URL: "/PromotionService/promotionproduct/{id}" (HTTP-GET) If a new PromotionProduct entity has been created, the new entity should be posted to the relative URL: "/PromotionService/promotionproduct" (HTTP-POST) If an existing PromotionProduct entity has been updated, the modified entity should be sent to the relative URL: "/PromotionService/promotionproduct/{id}" (HTTP-PUT) If an existing PromotionProduct entity has to be deleted, the following relative URL should be called: "/PromotionService/promotionproduct/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint