Overview
Summary
Contact
Donate
Imprint
Prompt for the
ExchangeRateView
Please create a React-JS view called "ExchangeRateView" for the fields of the ExchangeRate entity. The ExchangeRateView must contain the following fields: - name: EffectiveFrom type: DATE - name: EffectiveTo type: DATE - name: Rate type: DOUBLE - name: SourceCurrency type: LONG - name: TargetCurrency type: LONG An existing ExchangeRate entity should be loaded from the relative URL: "/RegionService/exchangerate/{id}" (HTTP-GET) If a new ExchangeRate entity has been created, the new entity should be posted to the relative URL: "/RegionService/exchangerate" (HTTP-POST) If an existing ExchangeRate entity has been updated, the modified entity should be sent to the relative URL: "/RegionService/exchangerate/{id}" (HTTP-PUT) If an existing ExchangeRate entity has to be deleted, the following relative URL should be called: "/RegionService/exchangerate/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint