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