Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MitgliedschaftView
Please create a React-JS view called "MitgliedschaftView" for the fields of the Mitgliedschaft entity. The MitgliedschaftView must contain the following fields: - name: Austrittsdatum type: DATE - name: Eintrittsdatum type: DATE - name: IstAktiv type: BOOL - name: Mitglied type: Mitglied - name: Mitgliedschaftsart type: Mitgliedschaftsart - name: Verein type: Verein The data source for the [Mitglied] select control should be loaded from the relative URL: "/MitgliedService/mitglied" (HTTP-GET) The data source for the [Verein] select control should be loaded from the relative URL: "/VereinService/verein" (HTTP-GET) The data source for the [Mitgliedschaftsart] select control should be loaded from the relative URL: "/VersammlungstypService/mitgliedschaftsart" (HTTP-GET) An existing Mitgliedschaft entity should be loaded from the relative URL: "/VersammlungstypService/mitgliedschaft/{id}" (HTTP-GET) If a new Mitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/VersammlungstypService/mitgliedschaft" (HTTP-POST) If an existing Mitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/VersammlungstypService/mitgliedschaft/{id}" (HTTP-PUT) If an existing Mitgliedschaft entity has to be deleted, the following relative URL should be called: "/VersammlungstypService/mitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum