Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnischeSpezifikationView
Please create a React-JS view called "TechnischeSpezifikationView" for the fields of the TechnischeSpezifikation entity. The TechnischeSpezifikationView must contain the following fields: - name: Beleuchtungsart type: Beleuchtungsart - name: Groessenklasse type: Groessenklasse - name: Hinweise type: STRING - name: Reflexionsklasse type: Reflexionsklasse - name: Verkehrszeichen type: Verkehrszeichen The data source for the [Reflexionsklasse] select control should be loaded from the relative URL: "/ReflexionsklasseService/reflexionsklasse" (HTTP-GET) The data source for the [Beleuchtungsart] select control should be loaded from the relative URL: "/ReflexionsklasseService/beleuchtungsart" (HTTP-GET) The data source for the [Verkehrszeichen] select control should be loaded from the relative URL: "/VerkehrszeichenService/verkehrszeichen" (HTTP-GET) The data source for the [Groessenklasse] select control should be loaded from the relative URL: "/ReflexionsklasseService/groessenklasse" (HTTP-GET) An existing TechnischeSpezifikation entity should be loaded from the relative URL: "/ReflexionsklasseService/technischespezifikation/{id}" (HTTP-GET) If a new TechnischeSpezifikation entity has been created, the new entity should be posted to the relative URL: "/ReflexionsklasseService/technischespezifikation" (HTTP-POST) If an existing TechnischeSpezifikation entity has been updated, the modified entity should be sent to the relative URL: "/ReflexionsklasseService/technischespezifikation/{id}" (HTTP-PUT) If an existing TechnischeSpezifikation entity has to be deleted, the following relative URL should be called: "/ReflexionsklasseService/technischespezifikation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum