Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JugendMitgliedView
Please create a React-JS view called "JugendMitgliedView" for the fields of the JugendMitglied entity. The JugendMitgliedView must contain the following fields: - name: Austritt type: DATE - name: Eintritt type: DATE - name: Geburtsdatum type: DATE - name: Geschlecht type: STRING - name: JugendEinheit type: JugendEinheit - name: Nachname type: STRING - name: Vorname type: STRING The data source for the [JugendEinheit] select control should be loaded from the relative URL: "/FeuerwehrService/jugendeinheit" (HTTP-GET) An existing JugendMitglied entity should be loaded from the relative URL: "/SchutzpatronService/jugendmitglied/{id}" (HTTP-GET) If a new JugendMitglied entity has been created, the new entity should be posted to the relative URL: "/SchutzpatronService/jugendmitglied" (HTTP-POST) If an existing JugendMitglied entity has been updated, the modified entity should be sent to the relative URL: "/SchutzpatronService/jugendmitglied/{id}" (HTTP-PUT) If an existing JugendMitglied entity has to be deleted, the following relative URL should be called: "/SchutzpatronService/jugendmitglied/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum