Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmgangsbezeichnungView
Please create a React-JS view called "UmgangsbezeichnungView" for the fields of the Umgangsbezeichnung entity. The UmgangsbezeichnungView must contain the following fields: - name: Beschreibung type: STRING - name: Land type: Land - name: Name type: STRING - name: SignalSystem type: SignalSystem - name: Sprache type: STRING The data source for the [SignalSystem] select control should be loaded from the relative URL: "/SignalSystemService/signalsystem" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Umgangsbezeichnung entity should be loaded from the relative URL: "/SignalInstallationService/umgangsbezeichnung/{id}" (HTTP-GET) If a new Umgangsbezeichnung entity has been created, the new entity should be posted to the relative URL: "/SignalInstallationService/umgangsbezeichnung" (HTTP-POST) If an existing Umgangsbezeichnung entity has been updated, the modified entity should be sent to the relative URL: "/SignalInstallationService/umgangsbezeichnung/{id}" (HTTP-PUT) If an existing Umgangsbezeichnung entity has to be deleted, the following relative URL should be called: "/SignalInstallationService/umgangsbezeichnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum