| Services | Contact | Donate | About | Imprint |
| FundingRound | CompanyModule | Airbnb |
| Property | Type | Entity | Reference | Module |
| (1) AmountUsd | DOUBLE | FundingRound | ||
| (2) AnnouncementDate | DATE | FundingRound | ||
| (3) Company | LONG | FundingRound | Company | CompanyModule |
| (4) LeadInvestor | LONG | FundingRound | ||
| (5) RoundType | STRING | FundingRound | ||
| (6) SourceReference | STRING | FundingRound |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /fundinground/{id} | deleteFundingRoundById(id) | CompanyModule | DELETE | FundingRound |
| (2) /fundinground | findAllFundingRound() | CompanyModule | GET | FundingRound |
| (3) /fundinground/company/{id} | findAllFundingRoundOfCompany(id) | CompanyModule | GET | Company FundingRound |
| (4) /fundinground/{id} | findFundingRoundById(id) | CompanyModule | GET | FundingRound |
| (5) /fundinground | insertFundingRound(fundinground) | CompanyModule | POST | FundingRound |
| (6) /fundinground/{id} | updateFundingRoundById(fundinground) | CompanyModule | PUT | FundingRound |
| (7) /fundingroundinvestor/fundinground/{id} | findAllFundingRoundInvestorOfFundingRound(id) | MessageThreadModule | GET | FundingRound FundingRoundInvestor |
Example:
final FundingRound fundinground = (FundingRound) invokeModule(COMPANY_MODULE + "/fundinground/" + id, FundingRound.class);| Services | Contact | Donate | About | Imprint |