Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SpruchkoerperMitgliedView
Please create a React-JS view called "SpruchkoerperMitgliedView" for the fields of the SpruchkoerperMitglied entity. The SpruchkoerperMitgliedView must contain the following fields: - name: Richter type: Richter - name: Rolle type: STRING - name: Spruchkoerper type: Spruchkoerper The data source for the [Spruchkoerper] select control should be loaded from the relative URL: "/GerichtService/spruchkoerper" (HTTP-GET) The data source for the [Richter] select control should be loaded from the relative URL: "/GerichtstypService/richter" (HTTP-GET) An existing SpruchkoerperMitglied entity should be loaded from the relative URL: "/GerichtstypService/spruchkoerpermitglied/{id}" (HTTP-GET) If a new SpruchkoerperMitglied entity has been created, the new entity should be posted to the relative URL: "/GerichtstypService/spruchkoerpermitglied" (HTTP-POST) If an existing SpruchkoerperMitglied entity has been updated, the modified entity should be sent to the relative URL: "/GerichtstypService/spruchkoerpermitglied/{id}" (HTTP-PUT) If an existing SpruchkoerperMitglied entity has to be deleted, the following relative URL should be called: "/GerichtstypService/spruchkoerpermitglied/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum