| Contact | Donate | Imprint |
| Platform | CompanyModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Platform | ||
| (2) IsCloudBased | BOOL | Platform | ||
| (3) LaunchDate | DATE | Platform | ||
| (4) Name | STRING | Platform | ||
| (5) ProviderCompany | INT | Platform | Company | CompanyModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /platform/{id} | updatePlatformById(platform) | CompanyModule | PUT | Platform |
| (2) /platform/{id} | findPlatformById(id) | CompanyModule | GET | Platform |
| (3) /platform | insertPlatform(platform) | CompanyModule | POST | Platform |
| (4) /platform | findAllPlatform() | CompanyModule | GET | Platform |
| (5) /platformadoption/platform/{id} | findAllPlatformAdoptionOfPlatform(id) | CompanyModule | GET | Platform PlatformAdoption |
| (6) /platform/{id} | deletePlatformById(id) | CompanyModule | DELETE | Platform |
| (7) /platform/providercompany/{id} | findAllPlatformOfProviderCompany(id) | CompanyModule | GET | Company Platform |
Example:
final Platform platform = (Platform) invokeModule(COMPANY_MODULE + "/platform/" + id, Platform.class);| Contact | Donate | Imprint |