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