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: Beitrittsdatum type: DATE - name: Geldeinlage type: STRING - name: Konsumgenossenschaft type: Konsumgenossenschaft - name: Kunde type: Kunde The data source for the [Kunde] select control should be loaded from the relative URL: "/KundeService/kunde" (HTTP-GET) The data source for the [Konsumgenossenschaft] select control should be loaded from the relative URL: "/KonsumgenossenschaftService/konsumgenossenschaft" (HTTP-GET) An existing Mitgliedschaft entity should be loaded from the relative URL: "/KonsumgenossenschaftService/mitgliedschaft/{id}" (HTTP-GET) If a new Mitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/KonsumgenossenschaftService/mitgliedschaft" (HTTP-POST) If an existing Mitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/KonsumgenossenschaftService/mitgliedschaft/{id}" (HTTP-PUT) If an existing Mitgliedschaft entity has to be deleted, the following relative URL should be called: "/KonsumgenossenschaftService/mitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum