Overview
Summary
Contact
Donate
Imprint
Prompt for the
InvestmentRoundInvestorView
Please create a React-JS view called "InvestmentRoundInvestorView" for the fields of the InvestmentRoundInvestor entity. The InvestmentRoundInvestorView must contain the following fields: - name: InvestmentRound type: InvestmentRound - name: Investor type: Investor - name: OwnershipPercent type: DOUBLE The data source for the [InvestmentRound] select control should be loaded from the relative URL: "/CompanyEntityService/investmentround" (HTTP-GET) The data source for the [Investor] select control should be loaded from the relative URL: "/CountryService/investor" (HTTP-GET) An existing InvestmentRoundInvestor entity should be loaded from the relative URL: "/CountryService/investmentroundinvestor/{id}" (HTTP-GET) If a new InvestmentRoundInvestor entity has been created, the new entity should be posted to the relative URL: "/CountryService/investmentroundinvestor" (HTTP-POST) If an existing InvestmentRoundInvestor entity has been updated, the modified entity should be sent to the relative URL: "/CountryService/investmentroundinvestor/{id}" (HTTP-PUT) If an existing InvestmentRoundInvestor entity has to be deleted, the following relative URL should be called: "/CountryService/investmentroundinvestor/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint