Overview
Summary
Contact
Donate
Imprint
Prompt for the
PrizeTeamView
Please create a React-JS view called "PrizeTeamView" for the fields of the PrizeTeam entity. The PrizeTeamView must contain the following fields: - name: Country type: Country - name: Name type: STRING - name: Notes type: STRING - name: PrizeCompetition type: PrizeCompetition The data source for the [PrizeCompetition] select control should be loaded from the relative URL: "/RecommendationAlgorithmService/prizecompetition" (HTTP-GET) The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) An existing PrizeTeam entity should be loaded from the relative URL: "/RecommendationAlgorithmService/prizeteam/{id}" (HTTP-GET) If a new PrizeTeam entity has been created, the new entity should be posted to the relative URL: "/RecommendationAlgorithmService/prizeteam" (HTTP-POST) If an existing PrizeTeam entity has been updated, the modified entity should be sent to the relative URL: "/RecommendationAlgorithmService/prizeteam/{id}" (HTTP-PUT) If an existing PrizeTeam entity has to be deleted, the following relative URL should be called: "/RecommendationAlgorithmService/prizeteam/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint