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