Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StatistikView
Please create a React-JS view called "StatistikView" for the fields of the Statistik entity. The StatistikView must contain the following fields: - name: Einheit type: STRING - name: Indikator type: STRING - name: Jahr type: INT - name: Land type: STRING - name: Studie type: Studie - name: Wert type: STRING The data source for the [Studie] select control should be loaded from the relative URL: "/StudieService/studie" (HTTP-GET) An existing Statistik entity should be loaded from the relative URL: "/StudieService/statistik/{id}" (HTTP-GET) If a new Statistik entity has been created, the new entity should be posted to the relative URL: "/StudieService/statistik" (HTTP-POST) If an existing Statistik entity has been updated, the modified entity should be sent to the relative URL: "/StudieService/statistik/{id}" (HTTP-PUT) If an existing Statistik entity has to be deleted, the following relative URL should be called: "/StudieService/statistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum