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