Overview

Summary

ContactDonateImprint


Appendix E-16: PLATFORM (UI prompt)


PlatformSupportVendorModuleDiscord

Properties (4)

PropertyTypeEntityReferenceModule
(1) NameSTRINGPlatform
(2) ReleaseDateDATEPlatform
(3) TypeSTRINGPlatform
(4) VendorSTRINGPlatform


Module Interfaces (7)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /application/platform/{id}findAllApplicationOfPlatform(id)CompanyModuleGETPlatform Application
(2) /partnerintegration/platform/{id}findAllPartnerIntegrationOfPlatform(id)CompanyModuleGETPlatform PartnerIntegration
(3) /platforminsertPlatform(platform)SupportVendorModulePOSTPlatform
(4) /platform/{id}deletePlatformById(id)SupportVendorModuleDELETEPlatform
(5) /platform/{id}findPlatformById(id)SupportVendorModuleGETPlatform
(6) /platformfindAllPlatform()SupportVendorModuleGETPlatform
(7) /platform/{id}updatePlatformById(platform)SupportVendorModulePUTPlatform





Example:

final Platform platform = (Platform) invokeModule(SUPPORT_VENDOR_MODULE + "/platform/" + id, Platform.class);
if (platform != null) {
}
return platform;


Overview

Summary

ContactDonateImprint