Overview
Summary
Contact
Donate
Imprint
Prompt for the
FinancialMetricYearView
Please create a React-JS view called "FinancialMetricYearView" for the fields of the FinancialMetricYear entity. The FinancialMetricYearView must contain the following fields: - name: Company type: Company - name: EmployeesCount type: LONG - name: FiscalYear type: LONG - name: NetIncomeUsdBillions type: STRING - name: OperatingIncomeUsdBillions type: STRING - name: RevenueUsdBillions type: STRING - name: TotalAssetsUsdBillions type: STRING - name: TotalEquityUsdBillions type: STRING The data source for the [Company] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) An existing FinancialMetricYear entity should be loaded from the relative URL: "/PolicyService/financialmetricyear/{id}" (HTTP-GET) If a new FinancialMetricYear entity has been created, the new entity should be posted to the relative URL: "/PolicyService/financialmetricyear" (HTTP-POST) If an existing FinancialMetricYear entity has been updated, the modified entity should be sent to the relative URL: "/PolicyService/financialmetricyear/{id}" (HTTP-PUT) If an existing FinancialMetricYear entity has to be deleted, the following relative URL should be called: "/PolicyService/financialmetricyear/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint