| Contact | Donate | Imprint |
| BreachDataType | SubscriptionPlanModule | Discord |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | BreachDataType | ||
| (2) Name | STRING | BreachDataType |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /breachdatatype/{id} | updateBreachDataTypeById(breachdatatype) | SubscriptionPlanModule | PUT | BreachDataType |
| (2) /breachdatatype | findAllBreachDataType() | SubscriptionPlanModule | GET | BreachDataType |
| (3) /breachdatatype | insertBreachDataType(breachdatatype) | SubscriptionPlanModule | POST | BreachDataType |
| (4) /breachdatatype/{id} | findBreachDataTypeById(id) | SubscriptionPlanModule | GET | BreachDataType |
| (5) /breachdatatype/{id} | deleteBreachDataTypeById(id) | SubscriptionPlanModule | DELETE | BreachDataType |
| (6) /breachdataexposure/breachdatatype/{id} | findAllBreachDataExposureOfBreachDataType(id) | SubscriptionPlanModule | GET | BreachDataType BreachDataExposure |
Example:
final BreachDataType breachdatatype = (BreachDataType) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/breachdatatype/" + id, BreachDataType.class);| Contact | Donate | Imprint |