Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NormAbschnittView
Please create a React-JS view called "NormAbschnittView" for the fields of the NormAbschnitt entity. The NormAbschnittView must contain the following fields: - name: AbschnittCode type: STRING - name: Beschreibung 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: "/NormService/norm" (HTTP-GET) An existing NormAbschnitt entity should be loaded from the relative URL: "/NormService/normabschnitt/{id}" (HTTP-GET) If a new NormAbschnitt entity has been created, the new entity should be posted to the relative URL: "/NormService/normabschnitt" (HTTP-POST) If an existing NormAbschnitt entity has been updated, the modified entity should be sent to the relative URL: "/NormService/normabschnitt/{id}" (HTTP-PUT) If an existing NormAbschnitt entity has to be deleted, the following relative URL should be called: "/NormService/normabschnitt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum