Overview
Summary
Contact
Donate
Imprint
Prompt for the
OrderBookFeatureView
Please create a React-JS view called "OrderBookFeatureView" for the fields of the OrderBookFeature entity. The OrderBookFeatureView must contain the following fields: - name: Description type: STRING - name: Exchange type: Exchange - name: LaunchDate type: DATE - name: Name type: STRING The data source for the [Exchange] select control should be loaded from the relative URL: "/ExchangeService/exchange" (HTTP-GET) An existing OrderBookFeature entity should be loaded from the relative URL: "/MarketTierService/orderbookfeature/{id}" (HTTP-GET) If a new OrderBookFeature entity has been created, the new entity should be posted to the relative URL: "/MarketTierService/orderbookfeature" (HTTP-POST) If an existing OrderBookFeature entity has been updated, the modified entity should be sent to the relative URL: "/MarketTierService/orderbookfeature/{id}" (HTTP-PUT) If an existing OrderBookFeature entity has to be deleted, the following relative URL should be called: "/MarketTierService/orderbookfeature/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint