Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ConferenceTypeView
Please create a React-JS view called "ConferenceTypeView" for the fields of the ConferenceType entity. The ConferenceTypeView must contain the following fields: - name: Description type: STRING - name: TypeName type: STRING An existing ConferenceType entity should be loaded from the relative URL: "/ConferenceService/conferencetype/{id}" (HTTP-GET) If a new ConferenceType entity has been created, the new entity should be posted to the relative URL: "/ConferenceService/conferencetype" (HTTP-POST) If an existing ConferenceType entity has been updated, the modified entity should be sent to the relative URL: "/ConferenceService/conferencetype/{id}" (HTTP-PUT) If an existing ConferenceType entity has to be deleted, the following relative URL should be called: "/ConferenceService/conferencetype/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Conference columns: - column: ToDate - column: Room - column: FromDate - column: ConferenceType The table should have the title "Conferences" und the data must be loaded from the server with the following relative URL: "/ConferenceService/conference/conferencetype/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum