Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsdefinitionView
Please create a React-JS view called "RechtsdefinitionView" for the fields of the Rechtsdefinition entity. The RechtsdefinitionView must contain the following fields: - name: Artikel type: STRING - name: DefinitionText type: STRING - name: GesetzName type: STRING - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: Jurisdiktion type: STRING An existing Rechtsdefinition entity should be loaded from the relative URL: "/RechtsdefinitionService/rechtsdefinition/{id}" (HTTP-GET) If a new Rechtsdefinition entity has been created, the new entity should be posted to the relative URL: "/RechtsdefinitionService/rechtsdefinition" (HTTP-POST) If an existing Rechtsdefinition entity has been updated, the modified entity should be sent to the relative URL: "/RechtsdefinitionService/rechtsdefinition/{id}" (HTTP-PUT) If an existing Rechtsdefinition entity has to be deleted, the following relative URL should be called: "/RechtsdefinitionService/rechtsdefinition/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ZooRechtsstatus columns: - column: Zoo - column: Notizen - column: SeitDatum - column: Rechtsdefinition The table should have the title "ZooRechtsstatuss" und the data must be loaded from the server with the following relative URL: "/RechtsdefinitionService/zoorechtsstatus/rechtsdefinition/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum