Overview
Summary
Contact
Donate
Imprint
Prompt for the
MapViewWeatherLayerView
Please create a React-JS view called "MapViewWeatherLayerView" for the fields of the MapViewWeatherLayer entity. The MapViewWeatherLayerView must contain the following fields: - name: MapViewSession type: MapViewSession - name: Visible type: BOOL - name: WeatherLayer type: WeatherLayer The data source for the [WeatherLayer] select control should be loaded from the relative URL: "/WeatherLayerService/weatherlayer" (HTTP-GET) The data source for the [MapViewSession] select control should be loaded from the relative URL: "/UserAccountService/mapviewsession" (HTTP-GET) An existing MapViewWeatherLayer entity should be loaded from the relative URL: "/UserAccountService/mapviewweatherlayer/{id}" (HTTP-GET) If a new MapViewWeatherLayer entity has been created, the new entity should be posted to the relative URL: "/UserAccountService/mapviewweatherlayer" (HTTP-POST) If an existing MapViewWeatherLayer entity has been updated, the modified entity should be sent to the relative URL: "/UserAccountService/mapviewweatherlayer/{id}" (HTTP-PUT) If an existing MapViewWeatherLayer entity has to be deleted, the following relative URL should be called: "/UserAccountService/mapviewweatherlayer/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint