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