Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NationalityView
Please create a React-JS view called "NationalityView" for the fields of the Nationality entity. The NationalityView must contain the following fields: - name: Student type: Student - name: Country type: Country The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) The data source for the [Student] select control should be loaded from the relative URL: "/StudentService/student" (HTTP-GET) An existing Nationality entity should be loaded from the relative URL: "/CountryService/nationality/{id}" (HTTP-GET) If a new Nationality entity has been created, the new entity should be posted to the relative URL: "/CountryService/nationality" (HTTP-POST) If an existing Nationality entity has been updated, the modified entity should be sent to the relative URL: "/CountryService/nationality/{id}" (HTTP-PUT) If an existing Nationality entity has to be deleted, the following relative URL should be called: "/CountryService/nationality/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum