Overview
Summary
Contact
Donate
Imprint
Prompt for the
PortfolioHoldingView
Please create a React-JS view called "PortfolioHoldingView" for the fields of the PortfolioHolding entity. The PortfolioHoldingView must contain the following fields: - name: FinancialProduct type: FinancialProduct - name: MarketValue type: STRING - name: Portfolio type: Portfolio - name: Quantity type: STRING - name: ValuationDate type: DATE The data source for the [Portfolio] select control should be loaded from the relative URL: "/OrganizationService/portfolio" (HTTP-GET) The data source for the [FinancialProduct] select control should be loaded from the relative URL: "/FinancialProductService/financialproduct" (HTTP-GET) An existing PortfolioHolding entity should be loaded from the relative URL: "/OrganizationService/portfolioholding/{id}" (HTTP-GET) If a new PortfolioHolding entity has been created, the new entity should be posted to the relative URL: "/OrganizationService/portfolioholding" (HTTP-POST) If an existing PortfolioHolding entity has been updated, the modified entity should be sent to the relative URL: "/OrganizationService/portfolioholding/{id}" (HTTP-PUT) If an existing PortfolioHolding entity has to be deleted, the following relative URL should be called: "/OrganizationService/portfolioholding/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint