Overview
Summary
Contact
Donate
Imprint
Prompt for the
CountryRegionView
Please create a React-JS view called "CountryRegionView" for the fields of the CountryRegion entity. The CountryRegionView must contain the following fields: - name: Country type: Country - name: MarketRegion type: MarketRegion The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) The data source for the [MarketRegion] select control should be loaded from the relative URL: "/MarketRegionService/marketregion" (HTTP-GET) An existing CountryRegion entity should be loaded from the relative URL: "/MarketRegionService/countryregion/{id}" (HTTP-GET) If a new CountryRegion entity has been created, the new entity should be posted to the relative URL: "/MarketRegionService/countryregion" (HTTP-POST) If an existing CountryRegion entity has been updated, the modified entity should be sent to the relative URL: "/MarketRegionService/countryregion/{id}" (HTTP-PUT) If an existing CountryRegion entity has to be deleted, the following relative URL should be called: "/MarketRegionService/countryregion/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint