Overview
Summary
Contact
Donate
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: AppService-API (31)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/merchantappinstallation/{id}
updateMerchantAppInstallationById(merchantappinstallation)
AppModule
PUT
MerchantAppInstallation
(2)
/merchant/{id}
updateMerchantById(merchant)
AppModule
PUT
Merchant
(3)
/merchantappinstallation
findAllMerchantAppInstallation()
AppModule
GET
MerchantAppInstallation
(4)
/merchantappinstallation/{id}
findMerchantAppInstallationById(id)
AppModule
GET
MerchantAppInstallation
(5)
/appcategoryassignment
insertAppCategoryAssignment(appcategoryassignment)
AppModule
POST
AppCategoryAssignment
(6)
/merchantappinstallation/merchant/{id}
findAllMerchantAppInstallationOfMerchant(id)
AppModule
GET
Merchant
MerchantAppInstallation
(7)
/merchant/company/{id}
findAllMerchantOfCompany(id)
AppModule
GET
Company
Merchant
(8)
/appcategory/{id}
findAppCategoryById(id)
AppModule
GET
AppCategory
(9)
/app/developercompany/{id}
findAllAppOfDeveloperCompany(id)
AppModule
GET
Company
App
(10)
/appcategoryassignment/{id}
updateAppCategoryAssignmentById(appcategoryassignment)
AppModule
PUT
AppCategoryAssignment
(11)
/merchantappinstallation
insertMerchantAppInstallation(merchantappinstallation)
AppModule
POST
MerchantAppInstallation
(12)
/appcategoryassignment/{id}
findAppCategoryAssignmentById(id)
AppModule
GET
AppCategoryAssignment
(13)
/appcategoryassignment/appcategory/{id}
findAllAppCategoryAssignmentOfAppCategory(id)
AppModule
GET
AppCategory
AppCategoryAssignment
(14)
/appcategoryassignment/app/{id}
findAllAppCategoryAssignmentOfApp(id)
AppModule
GET
App
AppCategoryAssignment
(15)
/app/{id}
updateAppById(app)
AppModule
PUT
App
(16)
/app
insertApp(app)
AppModule
POST
App
(17)
/merchant
insertMerchant(merchant)
AppModule
POST
Merchant
(18)
/appcategory/{id}
deleteAppCategoryById(id)
AppModule
DELETE
AppCategory
(19)
/appcategory/{id}
updateAppCategoryById(appcategory)
AppModule
PUT
AppCategory
(20)
/app/{id}
deleteAppById(id)
AppModule
DELETE
App
(21)
/merchantappinstallation/app/{id}
findAllMerchantAppInstallationOfApp(id)
AppModule
GET
App
MerchantAppInstallation
(22)
/app/{id}
findAppById(id)
AppModule
GET
App
(23)
/merchant/{id}
deleteMerchantById(id)
AppModule
DELETE
Merchant
(24)
/app
findAllApp()
AppModule
GET
App
(25)
/appcategory
findAllAppCategory()
AppModule
GET
AppCategory
(26)
/appcategoryassignment/{id}
deleteAppCategoryAssignmentById(id)
AppModule
DELETE
AppCategoryAssignment
(27)
/merchantappinstallation/{id}
deleteMerchantAppInstallationById(id)
AppModule
DELETE
MerchantAppInstallation
(28)
/appcategoryassignment
findAllAppCategoryAssignment()
AppModule
GET
AppCategoryAssignment
(29)
/appcategory
insertAppCategory(appcategory)
AppModule
POST
AppCategory
(30)
/merchant
findAllMerchant()
AppModule
GET
Merchant
(31)
/merchant/{id}
findMerchantById(id)
AppModule
GET
Merchant
API 2: CompanyService-API (33)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/company/{id}
findCompanyById(id)
CompanyModule
GET
Company
(2)
/acquisition/{id}
deleteAcquisitionById(id)
CompanyModule
DELETE
Acquisition
(3)
/company
findAllCompany()
CompanyModule
GET
Company
(4)
/officelocation
insertOfficeLocation(officelocation)
CompanyModule
POST
OfficeLocation
(5)
/programparticipation/{id}
updateProgramParticipationById(programparticipation)
CompanyModule
PUT
ProgramParticipation
(6)
/protocolparticipant
insertProtocolParticipant(protocolparticipant)
CompanyModule
POST
ProtocolParticipant
(7)
/company/{id}
deleteCompanyById(id)
CompanyModule
DELETE
Company
(8)
/officelocation/{id}
updateOfficeLocationById(officelocation)
CompanyModule
PUT
OfficeLocation
(9)
/company
insertCompany(company)
CompanyModule
POST
Company
(10)
/officelocation
findAllOfficeLocation()
CompanyModule
GET
OfficeLocation
(11)
/company/{id}
updateCompanyById(company)
CompanyModule
PUT
Company
(12)
/acquisition/acquirercompany/{id}
findAllAcquisitionOfAcquirerCompany(id)
CompanyModule
GET
Company
Acquisition
(13)
/programparticipation/program/{id}
findAllProgramParticipationOfProgram(id)
CompanyModule
GET
Program
ProgramParticipation
(14)
/programparticipation
insertProgramParticipation(programparticipation)
CompanyModule
POST
ProgramParticipation
(15)
/protocolparticipant/{id}
updateProtocolParticipantById(protocolparticipant)
CompanyModule
PUT
ProtocolParticipant
(16)
/acquisition/{id}
updateAcquisitionById(acquisition)
CompanyModule
PUT
Acquisition
(17)
/programparticipation/participantperson/{id}
findAllProgramParticipationOfParticipantPerson(id)
CompanyModule
GET
Person
ProgramParticipation
(18)
/officelocation/company/{id}
findAllOfficeLocationOfCompany(id)
CompanyModule
GET
Company
OfficeLocation
(19)
/protocolparticipant/protocol/{id}
findAllProtocolParticipantOfProtocol(id)
CompanyModule
GET
Protocol
ProtocolParticipant
(20)
/acquisition/targetcompany/{id}
findAllAcquisitionOfTargetCompany(id)
CompanyModule
GET
Company
Acquisition
(21)
/protocolparticipant/company/{id}
findAllProtocolParticipantOfCompany(id)
CompanyModule
GET
Company
ProtocolParticipant
(22)
/programparticipation/participantcompany/{id}
findAllProgramParticipationOfParticipantCompany(id)
CompanyModule
GET
Company
ProgramParticipation
(23)
/protocolparticipant/{id}
deleteProtocolParticipantById(id)
CompanyModule
DELETE
ProtocolParticipant
(24)
/programparticipation/{id}
deleteProgramParticipationById(id)
CompanyModule
DELETE
ProgramParticipation
(25)
/acquisition
insertAcquisition(acquisition)
CompanyModule
POST
Acquisition
(26)
/acquisition/{id}
findAcquisitionById(id)
CompanyModule
GET
Acquisition
(27)
/officelocation/{id}
deleteOfficeLocationById(id)
CompanyModule
DELETE
OfficeLocation
(28)
/acquisition
findAllAcquisition()
CompanyModule
GET
Acquisition
(29)
/officelocation/{id}
findOfficeLocationById(id)
CompanyModule
GET
OfficeLocation
(30)
/programparticipation
findAllProgramParticipation()
CompanyModule
GET
ProgramParticipation
(31)
/programparticipation/{id}
findProgramParticipationById(id)
CompanyModule
GET
ProgramParticipation
(32)
/protocolparticipant/{id}
findProtocolParticipantById(id)
CompanyModule
GET
ProtocolParticipant
(33)
/protocolparticipant
findAllProtocolParticipant()
CompanyModule
GET
ProtocolParticipant
API 3: ControversyService-API (14)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/controversyactor/controversy/{id}
findAllControversyActorOfControversy(id)
ControversyModule
GET
Controversy
ControversyActor
(2)
/controversy/{id}
deleteControversyById(id)
ControversyModule
DELETE
Controversy
(3)
/controversyactor/{id}
deleteControversyActorById(id)
ControversyModule
DELETE
ControversyActor
(4)
/controversyactor
insertControversyActor(controversyactor)
ControversyModule
POST
ControversyActor
(5)
/controversyactor
findAllControversyActor()
ControversyModule
GET
ControversyActor
(6)
/controversy/company/{id}
findAllControversyOfCompany(id)
ControversyModule
GET
Company
Controversy
(7)
/controversy/{id}
findControversyById(id)
ControversyModule
GET
Controversy
(8)
/controversyactor/{id}
findControversyActorById(id)
ControversyModule
GET
ControversyActor
(9)
/controversyactor/actorperson/{id}
findAllControversyActorOfActorPerson(id)
ControversyModule
GET
Person
ControversyActor
(10)
/controversyactor/{id}
updateControversyActorById(controversyactor)
ControversyModule
PUT
ControversyActor
(11)
/controversy
insertControversy(controversy)
ControversyModule
POST
Controversy
(12)
/controversyactor/actorcompany/{id}
findAllControversyActorOfActorCompany(id)
ControversyModule
GET
Company
ControversyActor
(13)
/controversy/{id}
updateControversyById(controversy)
ControversyModule
PUT
Controversy
(14)
/controversy
findAllControversy()
ControversyModule
GET
Controversy
API 4: EsportsPlayerService-API (18)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/esportsplayer
findAllEsportsPlayer()
EsportsPlayerModule
GET
EsportsPlayer
(2)
/esportsteam/{id}
findEsportsTeamById(id)
EsportsPlayerModule
GET
EsportsTeam
(3)
/esportsteam
insertEsportsTeam(esportsteam)
EsportsPlayerModule
POST
EsportsTeam
(4)
/esportsplayer
insertEsportsPlayer(esportsplayer)
EsportsPlayerModule
POST
EsportsPlayer
(5)
/esportsteam/{id}
deleteEsportsTeamById(id)
EsportsPlayerModule
DELETE
EsportsTeam
(6)
/esportsmembership/esportsplayer/{id}
findAllEsportsMembershipOfEsportsPlayer(id)
EsportsPlayerModule
GET
EsportsPlayer
EsportsMembership
(7)
/esportsteam/company/{id}
findAllEsportsTeamOfCompany(id)
EsportsPlayerModule
GET
Company
EsportsTeam
(8)
/esportsmembership
insertEsportsMembership(esportsmembership)
EsportsPlayerModule
POST
EsportsMembership
(9)
/esportsteam/{id}
updateEsportsTeamById(esportsteam)
EsportsPlayerModule
PUT
EsportsTeam
(10)
/esportsplayer/{id}
findEsportsPlayerById(id)
EsportsPlayerModule
GET
EsportsPlayer
(11)
/esportsmembership
findAllEsportsMembership()
EsportsPlayerModule
GET
EsportsMembership
(12)
/esportsmembership/esportsteam/{id}
findAllEsportsMembershipOfEsportsTeam(id)
EsportsPlayerModule
GET
EsportsTeam
EsportsMembership
(13)
/esportsplayer/{id}
updateEsportsPlayerById(esportsplayer)
EsportsPlayerModule
PUT
EsportsPlayer
(14)
/esportsmembership/{id}
updateEsportsMembershipById(esportsmembership)
EsportsPlayerModule
PUT
EsportsMembership
(15)
/esportsteam
findAllEsportsTeam()
EsportsPlayerModule
GET
EsportsTeam
(16)
/esportsplayer/{id}
deleteEsportsPlayerById(id)
EsportsPlayerModule
DELETE
EsportsPlayer
(17)
/esportsmembership/{id}
findEsportsMembershipById(id)
EsportsPlayerModule
GET
EsportsMembership
(18)
/esportsmembership/{id}
deleteEsportsMembershipById(id)
EsportsPlayerModule
DELETE
EsportsMembership
API 5: FundingRoundService-API (20)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/equitystake/{id}
deleteEquityStakeById(id)
FundingRoundModule
DELETE
EquityStake
(2)
/fundinground/{id}
updateFundingRoundById(fundinground)
FundingRoundModule
PUT
FundingRound
(3)
/fundingroundinvestor/{id}
findFundingRoundInvestorById(id)
FundingRoundModule
GET
FundingRoundInvestor
(4)
/fundingroundinvestor/fundinground/{id}
findAllFundingRoundInvestorOfFundingRound(id)
FundingRoundModule
GET
FundingRound
FundingRoundInvestor
(5)
/equitystake/investorcompany/{id}
findAllEquityStakeOfInvestorCompany(id)
FundingRoundModule
GET
Company
EquityStake
(6)
/equitystake
insertEquityStake(equitystake)
FundingRoundModule
POST
EquityStake
(7)
/equitystake/{id}
findEquityStakeById(id)
FundingRoundModule
GET
EquityStake
(8)
/fundinground/company/{id}
findAllFundingRoundOfCompany(id)
FundingRoundModule
GET
Company
FundingRound
(9)
/fundingroundinvestor/{id}
updateFundingRoundInvestorById(fundingroundinvestor)
FundingRoundModule
PUT
FundingRoundInvestor
(10)
/fundingroundinvestor/investorcompany/{id}
findAllFundingRoundInvestorOfInvestorCompany(id)
FundingRoundModule
GET
Company
FundingRoundInvestor
(11)
/fundingroundinvestor
insertFundingRoundInvestor(fundingroundinvestor)
FundingRoundModule
POST
FundingRoundInvestor
(12)
/fundinground
insertFundingRound(fundinground)
FundingRoundModule
POST
FundingRound
(13)
/fundingroundinvestor
findAllFundingRoundInvestor()
FundingRoundModule
GET
FundingRoundInvestor
(14)
/equitystake/targetcompany/{id}
findAllEquityStakeOfTargetCompany(id)
FundingRoundModule
GET
Company
EquityStake
(15)
/fundingroundinvestor/{id}
deleteFundingRoundInvestorById(id)
FundingRoundModule
DELETE
FundingRoundInvestor
(16)
/fundinground
findAllFundingRound()
FundingRoundModule
GET
FundingRound
(17)
/equitystake/{id}
updateEquityStakeById(equitystake)
FundingRoundModule
PUT
EquityStake
(18)
/fundinground/{id}
findFundingRoundById(id)
FundingRoundModule
GET
FundingRound
(19)
/equitystake
findAllEquityStake()
FundingRoundModule
GET
EquityStake
(20)
/fundinground/{id}
deleteFundingRoundById(id)
FundingRoundModule
DELETE
FundingRound
API 6: LogisticsPartnerService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/logisticsarrangement/{id}
deleteLogisticsArrangementById(id)
LogisticsPartnerModule
DELETE
LogisticsArrangement
(2)
/databreach/{id}
findDataBreachById(id)
LogisticsPartnerModule
GET
DataBreach
(3)
/logisticsarrangement/{id}
updateLogisticsArrangementById(logisticsarrangement)
LogisticsPartnerModule
PUT
LogisticsArrangement
(4)
/logisticspartner/{id}
findLogisticsPartnerById(id)
LogisticsPartnerModule
GET
LogisticsPartner
(5)
/logisticspartner/{id}
deleteLogisticsPartnerById(id)
LogisticsPartnerModule
DELETE
LogisticsPartner
(6)
/databreach/company/{id}
findAllDataBreachOfCompany(id)
LogisticsPartnerModule
GET
Company
DataBreach
(7)
/databreach/{id}
updateDataBreachById(databreach)
LogisticsPartnerModule
PUT
DataBreach
(8)
/logisticspartner/company/{id}
findAllLogisticsPartnerOfCompany(id)
LogisticsPartnerModule
GET
Company
LogisticsPartner
(9)
/databreach
findAllDataBreach()
LogisticsPartnerModule
GET
DataBreach
(10)
/logisticsarrangement
insertLogisticsArrangement(logisticsarrangement)
LogisticsPartnerModule
POST
LogisticsArrangement
(11)
/logisticsarrangement
findAllLogisticsArrangement()
LogisticsPartnerModule
GET
LogisticsArrangement
(12)
/databreach/{id}
deleteDataBreachById(id)
LogisticsPartnerModule
DELETE
DataBreach
(13)
/logisticspartner
findAllLogisticsPartner()
LogisticsPartnerModule
GET
LogisticsPartner
(14)
/databreach
insertDataBreach(databreach)
LogisticsPartnerModule
POST
DataBreach
(15)
/logisticsarrangement/logisticspartner/{id}
findAllLogisticsArrangementOfLogisticsPartner(id)
LogisticsPartnerModule
GET
LogisticsPartner
LogisticsArrangement
(16)
/logisticspartner
insertLogisticsPartner(logisticspartner)
LogisticsPartnerModule
POST
LogisticsPartner
(17)
/logisticsarrangement/company/{id}
findAllLogisticsArrangementOfCompany(id)
LogisticsPartnerModule
GET
Company
LogisticsArrangement
(18)
/logisticspartner/{id}
updateLogisticsPartnerById(logisticspartner)
LogisticsPartnerModule
PUT
LogisticsPartner
(19)
/logisticsarrangement/{id}
findLogisticsArrangementById(id)
LogisticsPartnerModule
GET
LogisticsArrangement
API 7: PartnerService-API (18)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/partnerserviceoffering
findAllPartnerServiceOffering()
PartnerModule
GET
PartnerServiceOffering
(2)
/partner
findAllPartner()
PartnerModule
GET
Partner
(3)
/partnerservice/{id}
updatePartnerServiceById(partnerservice)
PartnerModule
PUT
PartnerService
(4)
/partner
insertPartner(partner)
PartnerModule
POST
Partner
(5)
/partnerserviceoffering
insertPartnerServiceOffering(partnerserviceoffering)
PartnerModule
POST
PartnerServiceOffering
(6)
/partnerserviceoffering/partner/{id}
findAllPartnerServiceOfferingOfPartner(id)
PartnerModule
GET
Partner
PartnerServiceOffering
(7)
/partnerserviceoffering/{id}
findPartnerServiceOfferingById(id)
PartnerModule
GET
PartnerServiceOffering
(8)
/partnerserviceoffering/{id}
updatePartnerServiceOfferingById(partnerserviceoffering)
PartnerModule
PUT
PartnerServiceOffering
(9)
/partnerservice/{id}
findPartnerServiceById(id)
PartnerModule
GET
PartnerService
(10)
/partnerservice
findAllPartnerService()
PartnerModule
GET
PartnerService
(11)
/partner/company/{id}
findAllPartnerOfCompany(id)
PartnerModule
GET
Company
Partner
(12)
/partnerservice/{id}
deletePartnerServiceById(id)
PartnerModule
DELETE
PartnerService
(13)
/partnerserviceoffering/partnerservice/{id}
findAllPartnerServiceOfferingOfPartnerService(id)
PartnerModule
GET
PartnerService
PartnerServiceOffering
(14)
/partner/{id}
deletePartnerById(id)
PartnerModule
DELETE
Partner
(15)
/partner/{id}
updatePartnerById(partner)
PartnerModule
PUT
Partner
(16)
/partner/{id}
findPartnerById(id)
PartnerModule
GET
Partner
(17)
/partnerservice
insertPartnerService(partnerservice)
PartnerModule
POST
PartnerService
(18)
/partnerserviceoffering/{id}
deletePartnerServiceOfferingById(id)
PartnerModule
DELETE
PartnerServiceOffering
API 8: PersonService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/lawsuitparty/partycompany/{id}
findAllLawsuitPartyOfPartyCompany(id)
PersonModule
GET
Company
LawsuitParty
(2)
/companyrole
insertCompanyRole(companyrole)
PersonModule
POST
CompanyRole
(3)
/person
findAllPerson()
PersonModule
GET
Person
(4)
/lawsuitparty
findAllLawsuitParty()
PersonModule
GET
LawsuitParty
(5)
/companyrole/{id}
deleteCompanyRoleById(id)
PersonModule
DELETE
CompanyRole
(6)
/person/{id}
updatePersonById(person)
PersonModule
PUT
Person
(7)
/lawsuit/{id}
updateLawsuitById(lawsuit)
PersonModule
PUT
Lawsuit
(8)
/companyrole/company/{id}
findAllCompanyRoleOfCompany(id)
PersonModule
GET
Company
CompanyRole
(9)
/lawsuitparty/lawsuit/{id}
findAllLawsuitPartyOfLawsuit(id)
PersonModule
GET
Lawsuit
LawsuitParty
(10)
/companyrole/person/{id}
findAllCompanyRoleOfPerson(id)
PersonModule
GET
Person
CompanyRole
(11)
/lawsuitparty/{id}
findLawsuitPartyById(id)
PersonModule
GET
LawsuitParty
(12)
/lawsuitparty
insertLawsuitParty(lawsuitparty)
PersonModule
POST
LawsuitParty
(13)
/lawsuit/{id}
deleteLawsuitById(id)
PersonModule
DELETE
Lawsuit
(14)
/lawsuit/{id}
findLawsuitById(id)
PersonModule
GET
Lawsuit
(15)
/person/{id}
deletePersonById(id)
PersonModule
DELETE
Person
(16)
/lawsuitparty/{id}
updateLawsuitPartyById(lawsuitparty)
PersonModule
PUT
LawsuitParty
(17)
/lawsuit/company/{id}
findAllLawsuitOfCompany(id)
PersonModule
GET
Company
Lawsuit
(18)
/person
insertPerson(person)
PersonModule
POST
Person
(19)
/companyrole/{id}
updateCompanyRoleById(companyrole)
PersonModule
PUT
CompanyRole
(20)
/lawsuitparty/partyperson/{id}
findAllLawsuitPartyOfPartyPerson(id)
PersonModule
GET
Person
LawsuitParty
(21)
/lawsuit
findAllLawsuit()
PersonModule
GET
Lawsuit
(22)
/companyrole/{id}
findCompanyRoleById(id)
PersonModule
GET
CompanyRole
(23)
/companyrole
findAllCompanyRole()
PersonModule
GET
CompanyRole
(24)
/lawsuit
insertLawsuit(lawsuit)
PersonModule
POST
Lawsuit
(25)
/person/{id}
findPersonById(id)
PersonModule
GET
Person
(26)
/lawsuitparty/{id}
deleteLawsuitPartyById(id)
PersonModule
DELETE
LawsuitParty
API 9: PolicyService-API (18)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/policy
findAllPolicy()
PolicyModule
GET
Policy
(2)
/financialmetricyear/company/{id}
findAllFinancialMetricYearOfCompany(id)
PolicyModule
GET
Company
FinancialMetricYear
(3)
/policychange/{id}
updatePolicyChangeById(policychange)
PolicyModule
PUT
PolicyChange
(4)
/policychange/{id}
findPolicyChangeById(id)
PolicyModule
GET
PolicyChange
(5)
/policychange/{id}
deletePolicyChangeById(id)
PolicyModule
DELETE
PolicyChange
(6)
/financialmetricyear
insertFinancialMetricYear(financialmetricyear)
PolicyModule
POST
FinancialMetricYear
(7)
/policychange
findAllPolicyChange()
PolicyModule
GET
PolicyChange
(8)
/financialmetricyear
findAllFinancialMetricYear()
PolicyModule
GET
FinancialMetricYear
(9)
/financialmetricyear/{id}
deleteFinancialMetricYearById(id)
PolicyModule
DELETE
FinancialMetricYear
(10)
/financialmetricyear/{id}
updateFinancialMetricYearById(financialmetricyear)
PolicyModule
PUT
FinancialMetricYear
(11)
/policychange/policy/{id}
findAllPolicyChangeOfPolicy(id)
PolicyModule
GET
Policy
PolicyChange
(12)
/policychange
insertPolicyChange(policychange)
PolicyModule
POST
PolicyChange
(13)
/policy/{id}
updatePolicyById(policy)
PolicyModule
PUT
Policy
(14)
/policy/company/{id}
findAllPolicyOfCompany(id)
PolicyModule
GET
Company
Policy
(15)
/policy/{id}
findPolicyById(id)
PolicyModule
GET
Policy
(16)
/financialmetricyear/{id}
findFinancialMetricYearById(id)
PolicyModule
GET
FinancialMetricYear
(17)
/policy
insertPolicy(policy)
PolicyModule
POST
Policy
(18)
/policy/{id}
deletePolicyById(id)
PolicyModule
DELETE
Policy
API 10: ProductService-API (31)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/mediaproduction/product/{id}
findAllMediaProductionOfProduct(id)
ProductModule
GET
Product
MediaProduction
(2)
/productfeature/product/{id}
findAllProductFeatureOfProduct(id)
ProductModule
GET
Product
ProductFeature
(3)
/productrebrand/{id}
findProductRebrandById(id)
ProductModule
GET
ProductRebrand
(4)
/productfeature/{id}
deleteProductFeatureById(id)
ProductModule
DELETE
ProductFeature
(5)
/productfeature/{id}
findProductFeatureById(id)
ProductModule
GET
ProductFeature
(6)
/mediaproduction
insertMediaProduction(mediaproduction)
ProductModule
POST
MediaProduction
(7)
/productfeature
findAllProductFeature()
ProductModule
GET
ProductFeature
(8)
/aicommerceintegration/aiplatform/{id}
findAllAiCommerceIntegrationOfAiPlatform(id)
ProductModule
GET
AiPlatform
AiCommerceIntegration
(9)
/mediaproduction
findAllMediaProduction()
ProductModule
GET
MediaProduction
(10)
/productrebrand/product/{id}
findAllProductRebrandOfProduct(id)
ProductModule
GET
Product
ProductRebrand
(11)
/productrebrand
insertProductRebrand(productrebrand)
ProductModule
POST
ProductRebrand
(12)
/aicommerceintegration/product/{id}
findAllAiCommerceIntegrationOfProduct(id)
ProductModule
GET
Product
AiCommerceIntegration
(13)
/product/{id}
updateProductById(product)
ProductModule
PUT
Product
(14)
/product
findAllProduct()
ProductModule
GET
Product
(15)
/productrebrand
findAllProductRebrand()
ProductModule
GET
ProductRebrand
(16)
/product/company/{id}
findAllProductOfCompany(id)
ProductModule
GET
Company
Product
(17)
/mediaproduction/{id}
findMediaProductionById(id)
ProductModule
GET
MediaProduction
(18)
/productfeature
insertProductFeature(productfeature)
ProductModule
POST
ProductFeature
(19)
/aicommerceintegration/{id}
findAiCommerceIntegrationById(id)
ProductModule
GET
AiCommerceIntegration
(20)
/mediaproduction/{id}
updateMediaProductionById(mediaproduction)
ProductModule
PUT
MediaProduction
(21)
/product/{id}
deleteProductById(id)
ProductModule
DELETE
Product
(22)
/aicommerceintegration
insertAiCommerceIntegration(aicommerceintegration)
ProductModule
POST
AiCommerceIntegration
(23)
/aicommerceintegration/{id}
updateAiCommerceIntegrationById(aicommerceintegration)
ProductModule
PUT
AiCommerceIntegration
(24)
/productrebrand/{id}
deleteProductRebrandById(id)
ProductModule
DELETE
ProductRebrand
(25)
/aicommerceintegration
findAllAiCommerceIntegration()
ProductModule
GET
AiCommerceIntegration
(26)
/productrebrand/{id}
updateProductRebrandById(productrebrand)
ProductModule
PUT
ProductRebrand
(27)
/product/{id}
findProductById(id)
ProductModule
GET
Product
(28)
/productfeature/{id}
updateProductFeatureById(productfeature)
ProductModule
PUT
ProductFeature
(29)
/aicommerceintegration/{id}
deleteAiCommerceIntegrationById(id)
ProductModule
DELETE
AiCommerceIntegration
(30)
/product
insertProduct(product)
ProductModule
POST
Product
(31)
/mediaproduction/{id}
deleteMediaProductionById(id)
ProductModule
DELETE
MediaProduction
API 11: ProgramService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/corporateevent
findAllCorporateEvent()
ProgramModule
GET
CorporateEvent
(2)
/corporateevent/company/{id}
findAllCorporateEventOfCompany(id)
ProgramModule
GET
Company
CorporateEvent
(3)
/corporateeventcompany/company/{id}
findAllCorporateEventCompanyOfCompany(id)
ProgramModule
GET
Company
CorporateEventCompany
(4)
/corporateeventcompany
findAllCorporateEventCompany()
ProgramModule
GET
CorporateEventCompany
(5)
/program/{id}
updateProgramById(program)
ProgramModule
PUT
Program
(6)
/program
insertProgram(program)
ProgramModule
POST
Program
(7)
/corporateeventcompany/{id}
updateCorporateEventCompanyById(corporateeventcompany)
ProgramModule
PUT
CorporateEventCompany
(8)
/corporateevent/{id}
deleteCorporateEventById(id)
ProgramModule
DELETE
CorporateEvent
(9)
/corporateeventcompany/{id}
findCorporateEventCompanyById(id)
ProgramModule
GET
CorporateEventCompany
(10)
/corporateeventcompany/corporateevent/{id}
findAllCorporateEventCompanyOfCorporateEvent(id)
ProgramModule
GET
CorporateEvent
CorporateEventCompany
(11)
/program/company/{id}
findAllProgramOfCompany(id)
ProgramModule
GET
Company
Program
(12)
/program
findAllProgram()
ProgramModule
GET
Program
(13)
/corporateevent
insertCorporateEvent(corporateevent)
ProgramModule
POST
CorporateEvent
(14)
/corporateevent/{id}
findCorporateEventById(id)
ProgramModule
GET
CorporateEvent
(15)
/program/{id}
findProgramById(id)
ProgramModule
GET
Program
(16)
/corporateevent/{id}
updateCorporateEventById(corporateevent)
ProgramModule
PUT
CorporateEvent
(17)
/corporateeventcompany
insertCorporateEventCompany(corporateeventcompany)
ProgramModule
POST
CorporateEventCompany
(18)
/corporateeventcompany/{id}
deleteCorporateEventCompanyById(id)
ProgramModule
DELETE
CorporateEventCompany
(19)
/program/{id}
deleteProgramById(id)
ProgramModule
DELETE
Program
API 12: ProtocolService-API (17)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/protocolfeature/{id}
updateProtocolFeatureById(protocolfeature)
ProtocolModule
PUT
ProtocolFeature
(2)
/protocolfeature/{id}
findProtocolFeatureById(id)
ProtocolModule
GET
ProtocolFeature
(3)
/protocol/{id}
deleteProtocolById(id)
ProtocolModule
DELETE
Protocol
(4)
/protocolfeature/{id}
deleteProtocolFeatureById(id)
ProtocolModule
DELETE
ProtocolFeature
(5)
/stocklisting/{id}
updateStockListingById(stocklisting)
ProtocolModule
PUT
StockListing
(6)
/protocol
findAllProtocol()
ProtocolModule
GET
Protocol
(7)
/stocklisting/company/{id}
findAllStockListingOfCompany(id)
ProtocolModule
GET
Company
StockListing
(8)
/protocolfeature
findAllProtocolFeature()
ProtocolModule
GET
ProtocolFeature
(9)
/stocklisting
insertStockListing(stocklisting)
ProtocolModule
POST
StockListing
(10)
/stocklisting/{id}
findStockListingById(id)
ProtocolModule
GET
StockListing
(11)
/protocol/{id}
updateProtocolById(protocol)
ProtocolModule
PUT
Protocol
(12)
/protocol
insertProtocol(protocol)
ProtocolModule
POST
Protocol
(13)
/stocklisting
findAllStockListing()
ProtocolModule
GET
StockListing
(14)
/protocolfeature/protocol/{id}
findAllProtocolFeatureOfProtocol(id)
ProtocolModule
GET
Protocol
ProtocolFeature
(15)
/stocklisting/{id}
deleteStockListingById(id)
ProtocolModule
DELETE
StockListing
(16)
/protocolfeature
insertProtocolFeature(protocolfeature)
ProtocolModule
POST
ProtocolFeature
(17)
/protocol/{id}
findProtocolById(id)
ProtocolModule
GET
Protocol
API 13: SalesChannelService-API (18)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/saleschannel/{id}
deleteSalesChannelById(id)
SalesChannelModule
DELETE
SalesChannel
(2)
/saleschannel/{id}
findSalesChannelById(id)
SalesChannelModule
GET
SalesChannel
(3)
/productsaleschannelintegration
insertProductSalesChannelIntegration(productsaleschannelintegration)
SalesChannelModule
POST
ProductSalesChannelIntegration
(4)
/productsaleschannelintegration/{id}
deleteProductSalesChannelIntegrationById(id)
SalesChannelModule
DELETE
ProductSalesChannelIntegration
(5)
/aiplatform
insertAiPlatform(aiplatform)
SalesChannelModule
POST
AiPlatform
(6)
/saleschannel
findAllSalesChannel()
SalesChannelModule
GET
SalesChannel
(7)
/aiplatform/{id}
deleteAiPlatformById(id)
SalesChannelModule
DELETE
AiPlatform
(8)
/aiplatform/{id}
findAiPlatformById(id)
SalesChannelModule
GET
AiPlatform
(9)
/productsaleschannelintegration/product/{id}
findAllProductSalesChannelIntegrationOfProduct(id)
SalesChannelModule
GET
Product
ProductSalesChannelIntegration
(10)
/productsaleschannelintegration/{id}
updateProductSalesChannelIntegrationById(productsaleschannelintegration)
SalesChannelModule
PUT
ProductSalesChannelIntegration
(11)
/productsaleschannelintegration/{id}
findProductSalesChannelIntegrationById(id)
SalesChannelModule
GET
ProductSalesChannelIntegration
(12)
/productsaleschannelintegration/saleschannel/{id}
findAllProductSalesChannelIntegrationOfSalesChannel(id)
SalesChannelModule
GET
SalesChannel
ProductSalesChannelIntegration
(13)
/aiplatform/providercompany/{id}
findAllAiPlatformOfProviderCompany(id)
SalesChannelModule
GET
Company
AiPlatform
(14)
/aiplatform
findAllAiPlatform()
SalesChannelModule
GET
AiPlatform
(15)
/saleschannel/{id}
updateSalesChannelById(saleschannel)
SalesChannelModule
PUT
SalesChannel
(16)
/saleschannel
insertSalesChannel(saleschannel)
SalesChannelModule
POST
SalesChannel
(17)
/aiplatform/{id}
updateAiPlatformById(aiplatform)
SalesChannelModule
PUT
AiPlatform
(18)
/productsaleschannelintegration
findAllProductSalesChannelIntegration()
SalesChannelModule
GET
ProductSalesChannelIntegration
API 14: TechnologyComponentService-API (12)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/technologycomponent/{id}
updateTechnologyComponentById(technologycomponent)
TechnologyComponentModule
PUT
TechnologyComponent
(2)
/companytechnologyusage/{id}
deleteCompanyTechnologyUsageById(id)
TechnologyComponentModule
DELETE
CompanyTechnologyUsage
(3)
/companytechnologyusage/{id}
findCompanyTechnologyUsageById(id)
TechnologyComponentModule
GET
CompanyTechnologyUsage
(4)
/technologycomponent/{id}
deleteTechnologyComponentById(id)
TechnologyComponentModule
DELETE
TechnologyComponent
(5)
/technologycomponent/{id}
findTechnologyComponentById(id)
TechnologyComponentModule
GET
TechnologyComponent
(6)
/companytechnologyusage/technologycomponent/{id}
findAllCompanyTechnologyUsageOfTechnologyComponent(id)
TechnologyComponentModule
GET
TechnologyComponent
CompanyTechnologyUsage
(7)
/technologycomponent
findAllTechnologyComponent()
TechnologyComponentModule
GET
TechnologyComponent
(8)
/technologycomponent
insertTechnologyComponent(technologycomponent)
TechnologyComponentModule
POST
TechnologyComponent
(9)
/companytechnologyusage/company/{id}
findAllCompanyTechnologyUsageOfCompany(id)
TechnologyComponentModule
GET
Company
CompanyTechnologyUsage
(10)
/companytechnologyusage/{id}
updateCompanyTechnologyUsageById(companytechnologyusage)
TechnologyComponentModule
PUT
CompanyTechnologyUsage
(11)
/companytechnologyusage
findAllCompanyTechnologyUsage()
TechnologyComponentModule
GET
CompanyTechnologyUsage
(12)
/companytechnologyusage
insertCompanyTechnologyUsage(companytechnologyusage)
TechnologyComponentModule
POST
CompanyTechnologyUsage
Overview
Summary
Contact
Donate
Imprint