Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VereinVerbandView
Please create a React-JS view called "VereinVerbandView" for the fields of the VereinVerband entity. The VereinVerbandView must contain the following fields: - name: Dachverband type: LONG - name: SeitDatum type: DATE - name: UntergeordneterVerein type: LONG An existing VereinVerband entity should be loaded from the relative URL: "/GesetzService/vereinverband/{id}" (HTTP-GET) If a new VereinVerband entity has been created, the new entity should be posted to the relative URL: "/GesetzService/vereinverband" (HTTP-POST) If an existing VereinVerband entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/vereinverband/{id}" (HTTP-PUT) If an existing VereinVerband entity has to be deleted, the following relative URL should be called: "/GesetzService/vereinverband/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum