Overview
Summary
Contact
Donate
Imprint
Prompt for the
TradingVolumeStatView
Please create a React-JS view called "TradingVolumeStatView" for the fields of the TradingVolumeStat entity. The TradingVolumeStatView must contain the following fields: - name: AverageDailyTrades type: LONG - name: Exchange type: Exchange - name: MarketSharePercent type: DOUBLE - name: Year type: INT The data source for the [Exchange] select control should be loaded from the relative URL: "/ExchangeService/exchange" (HTTP-GET) An existing TradingVolumeStat entity should be loaded from the relative URL: "/CityService/tradingvolumestat/{id}" (HTTP-GET) If a new TradingVolumeStat entity has been created, the new entity should be posted to the relative URL: "/CityService/tradingvolumestat" (HTTP-POST) If an existing TradingVolumeStat entity has been updated, the modified entity should be sent to the relative URL: "/CityService/tradingvolumestat/{id}" (HTTP-PUT) If an existing TradingVolumeStat entity has to be deleted, the following relative URL should be called: "/CityService/tradingvolumestat/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint