Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JugendmitgliedschaftView
Please create a React-JS view called "JugendmitgliedschaftView" for the fields of the Jugendmitgliedschaft entity. The JugendmitgliedschaftView must contain the following fields: - name: BisDatum type: DATE - name: Jugendgruppe type: Jugendgruppe - name: Person type: Person - name: VonDatum type: DATE The data source for the [Jugendgruppe] select control should be loaded from the relative URL: "/LandesverbandService/jugendgruppe" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Jugendmitgliedschaft entity should be loaded from the relative URL: "/LandesverbandService/jugendmitgliedschaft/{id}" (HTTP-GET) If a new Jugendmitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/LandesverbandService/jugendmitgliedschaft" (HTTP-POST) If an existing Jugendmitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/LandesverbandService/jugendmitgliedschaft/{id}" (HTTP-PUT) If an existing Jugendmitgliedschaft entity has to be deleted, the following relative URL should be called: "/LandesverbandService/jugendmitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum