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