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