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