| Contact | Donate | Imprint |
| CampaignType | UserAccountModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | CampaignType | ||
| (2) Name | STRING | CampaignType |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /campaigntype/{id} | deleteCampaignTypeById(id) | UserAccountModule | DELETE | CampaignType |
| (2) /campaigntype/{id} | findCampaignTypeById(id) | UserAccountModule | GET | CampaignType |
| (3) /campaign/campaigntype/{id} | findAllCampaignOfCampaignType(id) | UserAccountModule | GET | CampaignType Campaign |
| (4) /campaigntype | findAllCampaignType() | UserAccountModule | GET | CampaignType |
| (5) /campaigntype | insertCampaignType(campaigntype) | UserAccountModule | POST | CampaignType |
| (6) /campaigntype/{id} | updateCampaignTypeById(campaigntype) | UserAccountModule | PUT | CampaignType |
Example:
final CampaignType campaigntype = (CampaignType) invokeModule(USER_ACCOUNT_MODULE + "/campaigntype/" + id, CampaignType.class);| Contact | Donate | Imprint |