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