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: BisDatum type: DATE - name: IstAktiv type: BOOL - name: Ortsverband type: Ortsverband - name: Person type: Person - name: VonDatum type: DATE The data source for the [Ortsverband] select control should be loaded from the relative URL: "/OrtsverbandService/ortsverband" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Mitgliedschaft entity should be loaded from the relative URL: "/OrtsverbandService/mitgliedschaft/{id}" (HTTP-GET) If a new Mitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/OrtsverbandService/mitgliedschaft" (HTTP-POST) If an existing Mitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/OrtsverbandService/mitgliedschaft/{id}" (HTTP-PUT) If an existing Mitgliedschaft entity has to be deleted, the following relative URL should be called: "/OrtsverbandService/mitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum