| Contact | Donate | Imprint |
| Platform | SupportVendorModule | Discord |
| Property | Type | Entity | Reference | Module |
| (1) Name | STRING | Platform | ||
| (2) ReleaseDate | DATE | Platform | ||
| (3) Type | STRING | Platform | ||
| (4) Vendor | STRING | Platform |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /application/platform/{id} | findAllApplicationOfPlatform(id) | CompanyModule | GET | Platform Application |
| (2) /partnerintegration/platform/{id} | findAllPartnerIntegrationOfPlatform(id) | CompanyModule | GET | Platform PartnerIntegration |
| (3) /platform | insertPlatform(platform) | SupportVendorModule | POST | Platform |
| (4) /platform/{id} | deletePlatformById(id) | SupportVendorModule | DELETE | Platform |
| (5) /platform/{id} | findPlatformById(id) | SupportVendorModule | GET | Platform |
| (6) /platform | findAllPlatform() | SupportVendorModule | GET | Platform |
| (7) /platform/{id} | updatePlatformById(platform) | SupportVendorModule | PUT | Platform |
Example:
final Platform platform = (Platform) invokeModule(SUPPORT_VENDOR_MODULE + "/platform/" + id, Platform.class);| Contact | Donate | Imprint |