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