Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TrendView
Please create a React-JS view called "TrendView" for the fields of the Trend entity. The TrendView must contain the following fields: - name: Beschreibung type: STRING - name: Jahr type: LONG - name: Quelle type: STRING - name: Thema type: STRING An existing Trend entity should be loaded from the relative URL: "/BuchungService/trend/{id}" (HTTP-GET) If a new Trend entity has been created, the new entity should be posted to the relative URL: "/BuchungService/trend" (HTTP-POST) If an existing Trend entity has been updated, the modified entity should be sent to the relative URL: "/BuchungService/trend/{id}" (HTTP-PUT) If an existing Trend entity has to be deleted, the following relative URL should be called: "/BuchungService/trend/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum