| Contact | Donate | Imprint |
| InvestmentRoundInvestor | CountryModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) InvestmentRound | LONG | InvestmentRoundInvestor | InvestmentRound | CompanyEntityModule |
| (2) Investor | LONG | InvestmentRoundInvestor | Investor | CountryModule |
| (3) OwnershipPercent | DOUBLE | InvestmentRoundInvestor |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /investmentroundinvestor/investmentround/{id} | findAllInvestmentRoundInvestorOfInvestmentRound(id) | CountryModule | GET | InvestmentRound InvestmentRoundInvestor |
| (2) /investmentroundinvestor/{id} | updateInvestmentRoundInvestorById(investmentroundinvestor) | CountryModule | PUT | InvestmentRoundInvestor |
| (3) /investmentroundinvestor/{id} | findInvestmentRoundInvestorById(id) | CountryModule | GET | InvestmentRoundInvestor |
| (4) /investmentroundinvestor/investor/{id} | findAllInvestmentRoundInvestorOfInvestor(id) | CountryModule | GET | Investor InvestmentRoundInvestor |
| (5) /investmentroundinvestor | findAllInvestmentRoundInvestor() | CountryModule | GET | InvestmentRoundInvestor |
| (6) /investmentroundinvestor/{id} | deleteInvestmentRoundInvestorById(id) | CountryModule | DELETE | InvestmentRoundInvestor |
| (7) /investmentroundinvestor | insertInvestmentRoundInvestor(investmentroundinvestor) | CountryModule | POST | InvestmentRoundInvestor |
Example:
final InvestmentRoundInvestor investmentroundinvestor = (InvestmentRoundInvestor) invokeModule(COUNTRY_MODULE + "/investmentroundinvestor/" + id, InvestmentRoundInvestor.class);| Contact | Donate | Imprint |