| Contact | Donate | Imprint |
| PlanFeature | SubscriptionPlanModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) IsIncluded | BOOL | PlanFeature | ||
| (2) SubscriptionFeature | LONG | PlanFeature | SubscriptionFeature | SubscriptionPlanModule |
| (3) SubscriptionPlan | LONG | PlanFeature | SubscriptionPlan | SubscriptionPlanModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /planfeature | findAllPlanFeature() | SubscriptionPlanModule | GET | PlanFeature |
| (2) /planfeature/subscriptionplan/{id} | findAllPlanFeatureOfSubscriptionPlan(id) | SubscriptionPlanModule | GET | SubscriptionPlan PlanFeature |
| (3) /planfeature | insertPlanFeature(planfeature) | SubscriptionPlanModule | POST | PlanFeature |
| (4) /planfeature/{id} | deletePlanFeatureById(id) | SubscriptionPlanModule | DELETE | PlanFeature |
| (5) /planfeature/subscriptionfeature/{id} | findAllPlanFeatureOfSubscriptionFeature(id) | SubscriptionPlanModule | GET | SubscriptionFeature PlanFeature |
| (6) /planfeature/{id} | updatePlanFeatureById(planfeature) | SubscriptionPlanModule | PUT | PlanFeature |
| (7) /planfeature/{id} | findPlanFeatureById(id) | SubscriptionPlanModule | GET | PlanFeature |
Example:
final PlanFeature planfeature = (PlanFeature) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/planfeature/" + id, PlanFeature.class);| Contact | Donate | Imprint |