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