Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CourtSportView
Please create a React-JS view called "CourtSportView" for the fields of the CourtSport entity. The CourtSportView must contain the following fields: - name: Court type: Court - name: IsPrimary type: BOOL - name: Sport type: Sport The data source for the [Sport] select control should be loaded from the relative URL: "/SportService/sport" (HTTP-GET) The data source for the [Court] select control should be loaded from the relative URL: "/CourtService/court" (HTTP-GET) An existing CourtSport entity should be loaded from the relative URL: "/SportService/courtsport/{id}" (HTTP-GET) If a new CourtSport entity has been created, the new entity should be posted to the relative URL: "/SportService/courtsport" (HTTP-POST) If an existing CourtSport entity has been updated, the modified entity should be sent to the relative URL: "/SportService/courtsport/{id}" (HTTP-PUT) If an existing CourtSport entity has to be deleted, the following relative URL should be called: "/SportService/courtsport/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum