Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProductView
Please create a React-JS view called "ProductView" for the fields of the Product entity. The ProductView must contain the following fields: - name: Article type: STRING - name: Description type: STRING An existing Product entity should be loaded from the relative URL: "/ProductService/product/{id}" (HTTP-GET) If a new Product entity has been created, the new entity should be posted to the relative URL: "/ProductService/product" (HTTP-POST) If an existing Product entity has been updated, the modified entity should be sent to the relative URL: "/ProductService/product/{id}" (HTTP-PUT) If an existing Product entity has to be deleted, the following relative URL should be called: "/ProductService/product/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BudgetPositionItem columns: - column: Sum - column: BudgetPosition - column: Product - column: Amount The table should have the title "BudgetPositionItems" und the data must be loaded from the server with the following relative URL: "/ProductService/budgetpositionitem/product/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum