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