Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OpenDataVeroeffentlichungView
Please create a React-JS view called "OpenDataVeroeffentlichungView" for the fields of the OpenDataVeroeffentlichung entity. The OpenDataVeroeffentlichungView must contain the following fields: - name: AktualisiertAm type: DATE - name: ErzeugtAm type: DATE - name: Geodatensatz type: Geodatensatz - name: OpenDataLizenz type: OpenDataLizenz - name: PortalUrl type: STRING - name: Titel type: STRING - name: VeroeffentlichtAm type: DATE The data source for the [Geodatensatz] select control should be loaded from the relative URL: "/GeodatensatzService/geodatensatz" (HTTP-GET) The data source for the [OpenDataLizenz] select control should be loaded from the relative URL: "/GeodatensatzService/opendatalizenz" (HTTP-GET) An existing OpenDataVeroeffentlichung entity should be loaded from the relative URL: "/GeodatensatzService/opendataveroeffentlichung/{id}" (HTTP-GET) If a new OpenDataVeroeffentlichung entity has been created, the new entity should be posted to the relative URL: "/GeodatensatzService/opendataveroeffentlichung" (HTTP-POST) If an existing OpenDataVeroeffentlichung entity has been updated, the modified entity should be sent to the relative URL: "/GeodatensatzService/opendataveroeffentlichung/{id}" (HTTP-PUT) If an existing OpenDataVeroeffentlichung entity has to be deleted, the following relative URL should be called: "/GeodatensatzService/opendataveroeffentlichung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum