Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BerufskoerperschaftView
Please create a React-JS view called "BerufskoerperschaftView" for the fields of the Berufskoerperschaft entity. The BerufskoerperschaftView must contain the following fields: - name: Koerperschaftstyp type: STRING - name: Land type: Land - name: Name type: STRING - name: Webseite type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Berufskoerperschaft entity should be loaded from the relative URL: "/BerufskoerperschaftService/berufskoerperschaft/{id}" (HTTP-GET) If a new Berufskoerperschaft entity has been created, the new entity should be posted to the relative URL: "/BerufskoerperschaftService/berufskoerperschaft" (HTTP-POST) If an existing Berufskoerperschaft entity has been updated, the modified entity should be sent to the relative URL: "/BerufskoerperschaftService/berufskoerperschaft/{id}" (HTTP-PUT) If an existing Berufskoerperschaft entity has to be deleted, the following relative URL should be called: "/BerufskoerperschaftService/berufskoerperschaft/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ZahnarztMitgliedschaft columns: - column: Ende - column: Zahnarzt - column: Mitgliedschaftstyp - column: IstPflichtmitgliedschaft - column: Beginn - column: Berufskoerperschaft The table should have the title "ZahnarztMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/BerufskoerperschaftService/zahnarztmitgliedschaft/berufskoerperschaft/{id}" Add a HTML table to the view with the following GesetzGiltFuerKoerperschaft columns: - column: Gesetz - column: Berufskoerperschaft The table should have the title "GesetzGiltFuerKoerperschafts" und the data must be loaded from the server with the following relative URL: "/BerufskoerperschaftService/gesetzgiltfuerkoerperschaft/berufskoerperschaft/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum