Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsgrundlageView
Please create a React-JS view called "RechtsgrundlageView" for the fields of the Rechtsgrundlage entity. The RechtsgrundlageView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Land type: Land - name: ReferenzUrl type: STRING - name: Titel type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Rechtsgrundlage entity should be loaded from the relative URL: "/RechtsgrundlageService/rechtsgrundlage/{id}" (HTTP-GET) If a new Rechtsgrundlage entity has been created, the new entity should be posted to the relative URL: "/RechtsgrundlageService/rechtsgrundlage" (HTTP-POST) If an existing Rechtsgrundlage entity has been updated, the modified entity should be sent to the relative URL: "/RechtsgrundlageService/rechtsgrundlage/{id}" (HTTP-PUT) If an existing Rechtsgrundlage entity has to be deleted, the following relative URL should be called: "/RechtsgrundlageService/rechtsgrundlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FahrschuleRechtsgrundlage columns: - column: Fahrschule - column: Rechtsgrundlage The table should have the title "FahrschuleRechtsgrundlages" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/fahrschulerechtsgrundlage/rechtsgrundlage/{id}" Add a HTML table to the view with the following KlasseRechtsgrundlage columns: - column: Fuehrerscheinklasse - column: Rechtsgrundlage The table should have the title "KlasseRechtsgrundlages" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/klasserechtsgrundlage/rechtsgrundlage/{id}" Add a HTML table to the view with the following PruefungRechtsgrundlage columns: - column: Rechtsgrundlage - column: Pruefung The table should have the title "PruefungRechtsgrundlages" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/pruefungrechtsgrundlage/rechtsgrundlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum