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