Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EreignisTypeView
Please create a React-JS view called "EreignisTypeView" for the fields of the EreignisType entity. The EreignisTypeView must contain the following fields: - name: Name type: STRING An existing EreignisType entity should be loaded from the relative URL: "/EreignisTypeService/ereignistype/{id}" (HTTP-GET) If a new EreignisType entity has been created, the new entity should be posted to the relative URL: "/EreignisTypeService/ereignistype" (HTTP-POST) If an existing EreignisType entity has been updated, the modified entity should be sent to the relative URL: "/EreignisTypeService/ereignistype/{id}" (HTTP-PUT) If an existing EreignisType entity has to be deleted, the following relative URL should be called: "/EreignisTypeService/ereignistype/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Ereignis columns: - column: EreignisType - column: Name - column: Beschreibung - column: Stadt - column: StartDatumZeit - column: EndeDatumZeit The table should have the title "Ereigniss" und the data must be loaded from the server with the following relative URL: "/EreignisTypeService/ereignis/ereignistype/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum