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