Overview
Summary
Contact
Donate
Imprint
Prompt for the
InternetServiceProviderView
Please create a React-JS view called "InternetServiceProviderView" for the fields of the InternetServiceProvider entity. The InternetServiceProviderView must contain the following fields: - name: Country type: Country - name: Name type: STRING The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) An existing InternetServiceProvider entity should be loaded from the relative URL: "/CountryService/internetserviceprovider/{id}" (HTTP-GET) If a new InternetServiceProvider entity has been created, the new entity should be posted to the relative URL: "/CountryService/internetserviceprovider" (HTTP-POST) If an existing InternetServiceProvider entity has been updated, the modified entity should be sent to the relative URL: "/CountryService/internetserviceprovider/{id}" (HTTP-PUT) If an existing InternetServiceProvider entity has to be deleted, the following relative URL should be called: "/CountryService/internetserviceprovider/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PeeringAgreement columns: - column: InternetServiceProvider - column: StartDate - column: Notes - column: EndDate - column: ServiceSupply The table should have the title "PeeringAgreements" und the data must be loaded from the server with the following relative URL: "/LanguageService/peeringagreement/internetserviceprovider/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint