Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ContactTopicView
Please create a React-JS view called "ContactTopicView" for the fields of the ContactTopic entity. The ContactTopicView must contain the following fields: - name: Description type: STRING - name: Name type: STRING An existing ContactTopic entity should be loaded from the relative URL: "/EventSeriesService/contacttopic/{id}" (HTTP-GET) If a new ContactTopic entity has been created, the new entity should be posted to the relative URL: "/EventSeriesService/contacttopic" (HTTP-POST) If an existing ContactTopic entity has been updated, the modified entity should be sent to the relative URL: "/EventSeriesService/contacttopic/{id}" (HTTP-PUT) If an existing ContactTopic entity has to be deleted, the following relative URL should be called: "/EventSeriesService/contacttopic/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ContactRequest columns: - column: Email - column: PhoneNumber - column: ContactTopic - column: Subject - column: CreatedAt - column: Message - column: ConsentMarketing - column: Name The table should have the title "ContactRequests" und the data must be loaded from the server with the following relative URL: "/EventSeriesService/contactrequest/contacttopic/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum