Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitungsNormView
Please create a React-JS view called "LeitungsNormView" for the fields of the LeitungsNorm entity. The LeitungsNormView must contain the following fields: - name: Norm type: Norm - name: Wasserleitung type: Wasserleitung The data source for the [Norm] select control should be loaded from the relative URL: "/LeitungsartService/norm" (HTTP-GET) The data source for the [Wasserleitung] select control should be loaded from the relative URL: "/WasserleitungService/wasserleitung" (HTTP-GET) An existing LeitungsNorm entity should be loaded from the relative URL: "/WasserleitungService/leitungsnorm/{id}" (HTTP-GET) If a new LeitungsNorm entity has been created, the new entity should be posted to the relative URL: "/WasserleitungService/leitungsnorm" (HTTP-POST) If an existing LeitungsNorm entity has been updated, the modified entity should be sent to the relative URL: "/WasserleitungService/leitungsnorm/{id}" (HTTP-PUT) If an existing LeitungsNorm entity has to be deleted, the following relative URL should be called: "/WasserleitungService/leitungsnorm/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum