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