| Contact | Donate | Imprint |
| InvestmentRound | CompanyEntityModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) AmountEur | DOUBLE | InvestmentRound | ||
| (2) AmountUsd | DOUBLE | InvestmentRound | ||
| (3) AnnouncedOn | DATE | InvestmentRound | ||
| (4) CompanyEntity | LONG | InvestmentRound | CompanyEntity | CompanyEntityModule |
| (5) IsDebt | BOOL | InvestmentRound | ||
| (6) RoundName | STRING | InvestmentRound |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /investmentround/companyentity/{id} | findAllInvestmentRoundOfCompanyEntity(id) | CompanyEntityModule | GET | CompanyEntity InvestmentRound |
| (2) /investmentround | findAllInvestmentRound() | CompanyEntityModule | GET | InvestmentRound |
| (3) /investmentround | insertInvestmentRound(investmentround) | CompanyEntityModule | POST | InvestmentRound |
| (4) /investmentround/{id} | updateInvestmentRoundById(investmentround) | CompanyEntityModule | PUT | InvestmentRound |
| (5) /investmentround/{id} | deleteInvestmentRoundById(id) | CompanyEntityModule | DELETE | InvestmentRound |
| (6) /investmentround/{id} | findInvestmentRoundById(id) | CompanyEntityModule | GET | InvestmentRound |
| (7) /investmentroundinvestor/investmentround/{id} | findAllInvestmentRoundInvestorOfInvestmentRound(id) | CountryModule | GET | InvestmentRound InvestmentRoundInvestor |
Example:
final InvestmentRound investmentround = (InvestmentRound) invokeModule(COMPANY_ENTITY_MODULE + "/investmentround/" + id, InvestmentRound.class);| Contact | Donate | Imprint |