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