Overview
Summary
Contact
Donate
Imprint
Prompt for the
PlanFeatureView
Please create a React-JS view called "PlanFeatureView" for the fields of the PlanFeature entity. The PlanFeatureView must contain the following fields: - name: IsIncluded type: BOOL - name: SubscriptionFeature type: SubscriptionFeature - 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 [SubscriptionFeature] select control should be loaded from the relative URL: "/SubscriptionPlanService/subscriptionfeature" (HTTP-GET) An existing PlanFeature entity should be loaded from the relative URL: "/SubscriptionPlanService/planfeature/{id}" (HTTP-GET) If a new PlanFeature entity has been created, the new entity should be posted to the relative URL: "/SubscriptionPlanService/planfeature" (HTTP-POST) If an existing PlanFeature entity has been updated, the modified entity should be sent to the relative URL: "/SubscriptionPlanService/planfeature/{id}" (HTTP-PUT) If an existing PlanFeature entity has to be deleted, the following relative URL should be called: "/SubscriptionPlanService/planfeature/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint