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