Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InstallationsRichtlinieView
Please create a React-JS view called "InstallationsRichtlinieView" for the fields of the InstallationsRichtlinie entity. The InstallationsRichtlinieView must contain the following fields: - name: Beschreibung type: STRING - name: Hinweise type: STRING - name: Leitungsart type: Leitungsart - name: Material type: Material - name: MaxStagnationsVolumenL type: STRING - name: MaxTemperaturC type: STRING - name: Norm type: Norm - name: Titel type: STRING The data source for the [Norm] select control should be loaded from the relative URL: "/LeitungsartService/norm" (HTTP-GET) The data source for the [Material] select control should be loaded from the relative URL: "/MaterialService/material" (HTTP-GET) The data source for the [Leitungsart] select control should be loaded from the relative URL: "/LeitungsartService/leitungsart" (HTTP-GET) An existing InstallationsRichtlinie entity should be loaded from the relative URL: "/LeitungsartService/installationsrichtlinie/{id}" (HTTP-GET) If a new InstallationsRichtlinie entity has been created, the new entity should be posted to the relative URL: "/LeitungsartService/installationsrichtlinie" (HTTP-POST) If an existing InstallationsRichtlinie entity has been updated, the modified entity should be sent to the relative URL: "/LeitungsartService/installationsrichtlinie/{id}" (HTTP-PUT) If an existing InstallationsRichtlinie entity has to be deleted, the following relative URL should be called: "/LeitungsartService/installationsrichtlinie/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum