Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusruestungView
Please create a React-JS view called "AusruestungView" for the fields of the Ausruestung entity. The AusruestungView must contain the following fields: - name: Bergungsgruppe type: Bergungsgruppe - name: Beschreibung type: STRING - name: Fachgruppe type: Fachgruppe - name: Kategorie type: STRING - name: Logistikzentrum type: Logistikzentrum - name: Name type: STRING - name: Ortsverband type: Ortsverband - name: Seriennummer type: STRING - name: TechnischerZug type: TechnischerZug The data source for the [Fachgruppe] select control should be loaded from the relative URL: "/TechnischerZugService/fachgruppe" (HTTP-GET) The data source for the [Bergungsgruppe] select control should be loaded from the relative URL: "/TechnischerZugService/bergungsgruppe" (HTTP-GET) The data source for the [TechnischerZug] select control should be loaded from the relative URL: "/TechnischerZugService/technischerzug" (HTTP-GET) The data source for the [Ortsverband] select control should be loaded from the relative URL: "/OrtsverbandService/ortsverband" (HTTP-GET) The data source for the [Logistikzentrum] select control should be loaded from the relative URL: "/TechnischesHilfswerkService/logistikzentrum" (HTTP-GET) An existing Ausruestung entity should be loaded from the relative URL: "/OrtsverbandService/ausruestung/{id}" (HTTP-GET) If a new Ausruestung entity has been created, the new entity should be posted to the relative URL: "/OrtsverbandService/ausruestung" (HTTP-POST) If an existing Ausruestung entity has been updated, the modified entity should be sent to the relative URL: "/OrtsverbandService/ausruestung/{id}" (HTTP-PUT) If an existing Ausruestung entity has to be deleted, the following relative URL should be called: "/OrtsverbandService/ausruestung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum