Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OpenDataLizenzView
Please create a React-JS view called "OpenDataLizenzView" for the fields of the OpenDataLizenz entity. The OpenDataLizenzView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: ErzeugtAm type: DATE - name: Name type: STRING - name: Url type: STRING An existing OpenDataLizenz entity should be loaded from the relative URL: "/GeodatensatzService/opendatalizenz/{id}" (HTTP-GET) If a new OpenDataLizenz entity has been created, the new entity should be posted to the relative URL: "/GeodatensatzService/opendatalizenz" (HTTP-POST) If an existing OpenDataLizenz entity has been updated, the modified entity should be sent to the relative URL: "/GeodatensatzService/opendatalizenz/{id}" (HTTP-PUT) If an existing OpenDataLizenz entity has to be deleted, the following relative URL should be called: "/GeodatensatzService/opendatalizenz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following OpenDataVeroeffentlichung columns: - column: OpenDataLizenz - column: Geodatensatz - column: VeroeffentlichtAm - column: ErzeugtAm - column: Titel - column: PortalUrl - column: AktualisiertAm The table should have the title "OpenDataVeroeffentlichungs" und the data must be loaded from the server with the following relative URL: "/GeodatensatzService/opendataveroeffentlichung/opendatalizenz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum