Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EventCategoryView
Please create a React-JS view called "EventCategoryView" for the fields of the EventCategory entity. The EventCategoryView must contain the following fields: - name: Description type: STRING - name: Name type: STRING An existing EventCategory entity should be loaded from the relative URL: "/EventService/eventcategory/{id}" (HTTP-GET) If a new EventCategory entity has been created, the new entity should be posted to the relative URL: "/EventService/eventcategory" (HTTP-POST) If an existing EventCategory entity has been updated, the modified entity should be sent to the relative URL: "/EventService/eventcategory/{id}" (HTTP-PUT) If an existing EventCategory entity has to be deleted, the following relative URL should be called: "/EventService/eventcategory/{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/eventcategory/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum