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