| Contact | Donate | Imprint |
| FundingRoundInvestor | FundingRoundModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) FundingRound | LONG | FundingRoundInvestor | FundingRound | FundingRoundModule |
| (2) InvestorCompany | LONG | FundingRoundInvestor | Company | CompanyModule |
| (3) InvestorRole | STRING | FundingRoundInvestor |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /fundingroundinvestor/{id} | deleteFundingRoundInvestorById(id) | FundingRoundModule | DELETE | FundingRoundInvestor |
| (2) /fundingroundinvestor/{id} | findFundingRoundInvestorById(id) | FundingRoundModule | GET | FundingRoundInvestor |
| (3) /fundingroundinvestor/fundinground/{id} | findAllFundingRoundInvestorOfFundingRound(id) | FundingRoundModule | GET | FundingRound FundingRoundInvestor |
| (4) /fundingroundinvestor | insertFundingRoundInvestor(fundingroundinvestor) | FundingRoundModule | POST | FundingRoundInvestor |
| (5) /fundingroundinvestor/{id} | updateFundingRoundInvestorById(fundingroundinvestor) | FundingRoundModule | PUT | FundingRoundInvestor |
| (6) /fundingroundinvestor | findAllFundingRoundInvestor() | FundingRoundModule | GET | FundingRoundInvestor |
| (7) /fundingroundinvestor/investorcompany/{id} | findAllFundingRoundInvestorOfInvestorCompany(id) | FundingRoundModule | GET | Company FundingRoundInvestor |
Example:
final FundingRoundInvestor fundingroundinvestor = (FundingRoundInvestor) invokeModule(FUNDING_ROUND_MODULE + "/fundingroundinvestor/" + id, FundingRoundInvestor.class);| Contact | Donate | Imprint |