Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TicketTypeView
Please create a React-JS view called "TicketTypeView" for the fields of the TicketType entity. The TicketTypeView must contain the following fields: - name: Description type: STRING - name: IsSeated type: BOOL - name: Name type: STRING An existing TicketType entity should be loaded from the relative URL: "/PriceCategoryService/tickettype/{id}" (HTTP-GET) If a new TicketType entity has been created, the new entity should be posted to the relative URL: "/PriceCategoryService/tickettype" (HTTP-POST) If an existing TicketType entity has been updated, the modified entity should be sent to the relative URL: "/PriceCategoryService/tickettype/{id}" (HTTP-PUT) If an existing TicketType entity has to be deleted, the following relative URL should be called: "/PriceCategoryService/tickettype/{id}" (HTTP-DELETE) Add a HTML table to the view with the following EventTicketType columns: - column: VenueArea - column: SoldQuantity - column: TicketType - column: SeatBlock - column: IsActive - column: TotalAllocation - column: Event - column: PriceCategory - column: BasePrice The table should have the title "EventTicketTypes" und the data must be loaded from the server with the following relative URL: "/PriceCategoryService/eventtickettype/tickettype/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum