Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EventSeriesView
Please create a React-JS view called "EventSeriesView" for the fields of the EventSeries entity. The EventSeriesView must contain the following fields: - name: Description type: STRING - name: EndDate type: DATE - name: Name type: STRING - name: StartDate type: DATE An existing EventSeries entity should be loaded from the relative URL: "/EventSeriesService/eventseries/{id}" (HTTP-GET) If a new EventSeries entity has been created, the new entity should be posted to the relative URL: "/EventSeriesService/eventseries" (HTTP-POST) If an existing EventSeries entity has been updated, the modified entity should be sent to the relative URL: "/EventSeriesService/eventseries/{id}" (HTTP-PUT) If an existing EventSeries entity has to be deleted, the following relative URL should be called: "/EventSeriesService/eventseries/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Event columns: - column: ExternalReference - column: TicketUrl - column: DoorOpenTime - column: StartDateTime - column: Organizer - column: EndDateTime - column: Subtitle - column: VenueArea - column: Language - column: Arena - column: Name - column: Description - column: IsCanceled - column: EventSeries - column: IsPostponed - column: EventCategory - column: MinimumAge The table should have the title "Events" und the data must be loaded from the server with the following relative URL: "/EventService/event/eventseries/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum