Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CourtSurfaceTypeView
Please create a React-JS view called "CourtSurfaceTypeView" for the fields of the CourtSurfaceType entity. The CourtSurfaceTypeView must contain the following fields: - name: CreatedAt type: DATE - name: Description type: STRING - name: IsRecommendedMedically type: BOOL - name: IsWooden type: BOOL - name: Name type: STRING An existing CourtSurfaceType entity should be loaded from the relative URL: "/CourtService/courtsurfacetype/{id}" (HTTP-GET) If a new CourtSurfaceType entity has been created, the new entity should be posted to the relative URL: "/CourtService/courtsurfacetype" (HTTP-POST) If an existing CourtSurfaceType entity has been updated, the modified entity should be sent to the relative URL: "/CourtService/courtsurfacetype/{id}" (HTTP-PUT) If an existing CourtSurfaceType entity has to be deleted, the following relative URL should be called: "/CourtService/courtsurfacetype/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Court columns: - column: HasWoodSpringFloor - column: Indoor - column: Name - column: CreatedAt - column: Description - column: IsActive - column: CourtSurfaceType The table should have the title "Courts" und the data must be loaded from the server with the following relative URL: "/CourtService/court/courtsurfacetype/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum