Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganmitgliedView
Please create a React-JS view called "OrganmitgliedView" for the fields of the Organmitglied entity. The OrganmitgliedView must contain the following fields: - name: BisDatum type: DATE - name: IstStimmberechtigt type: BOOL - name: Mitglied type: Mitglied - name: Organ type: Organ - name: Rolle type: STRING - name: VonDatum type: DATE The data source for the [Mitglied] select control should be loaded from the relative URL: "/MitgliedService/mitglied" (HTTP-GET) The data source for the [Organ] select control should be loaded from the relative URL: "/VereinService/organ" (HTTP-GET) An existing Organmitglied entity should be loaded from the relative URL: "/MitgliedService/organmitglied/{id}" (HTTP-GET) If a new Organmitglied entity has been created, the new entity should be posted to the relative URL: "/MitgliedService/organmitglied" (HTTP-POST) If an existing Organmitglied entity has been updated, the modified entity should be sent to the relative URL: "/MitgliedService/organmitglied/{id}" (HTTP-PUT) If an existing Organmitglied entity has to be deleted, the following relative URL should be called: "/MitgliedService/organmitglied/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum