Overview
Summary
Contact
Donate
Imprint
Prompt for the
HomeSharingClubView
Please create a React-JS view called "HomeSharingClubView" for the fields of the HomeSharingClub entity. The HomeSharingClubView must contain the following fields: - name: City type: City - name: Country type: Country - name: Description type: STRING - name: FoundedDate type: DATE - name: SupportedByCompany type: LONG The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) The data source for the [City] select control should be loaded from the relative URL: "/ListingService/city" (HTTP-GET) An existing HomeSharingClub entity should be loaded from the relative URL: "/ListingService/homesharingclub/{id}" (HTTP-GET) If a new HomeSharingClub entity has been created, the new entity should be posted to the relative URL: "/ListingService/homesharingclub" (HTTP-POST) If an existing HomeSharingClub entity has been updated, the modified entity should be sent to the relative URL: "/ListingService/homesharingclub/{id}" (HTTP-PUT) If an existing HomeSharingClub entity has to be deleted, the following relative URL should be called: "/ListingService/homesharingclub/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint