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