Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NormAnwendungView
Please create a React-JS view called "NormAnwendungView" for the fields of the NormAnwendung entity. The NormAnwendungView must contain the following fields: - name: Anwendungstyp type: STRING - name: Notizen type: STRING - name: Stadtmoebel type: Stadtmoebel - name: Standard type: Standard The data source for the [Stadtmoebel] select control should be loaded from the relative URL: "/StadtmoebelService/stadtmoebel" (HTTP-GET) The data source for the [Standard] select control should be loaded from the relative URL: "/StandardService/standard" (HTTP-GET) An existing NormAnwendung entity should be loaded from the relative URL: "/StandardService/normanwendung/{id}" (HTTP-GET) If a new NormAnwendung entity has been created, the new entity should be posted to the relative URL: "/StandardService/normanwendung" (HTTP-POST) If an existing NormAnwendung entity has been updated, the modified entity should be sent to the relative URL: "/StandardService/normanwendung/{id}" (HTTP-PUT) If an existing NormAnwendung entity has to be deleted, the following relative URL should be called: "/StandardService/normanwendung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum