Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AddressView
Please create a React-JS view called "AddressView" for the fields of the Address entity. The AddressView must contain the following fields: - name: City type: STRING - name: PostalCode type: STRING - name: Street type: STRING An existing Address entity should be loaded from the relative URL: "/AddressService/address/{id}" (HTTP-GET) If a new Address entity has been created, the new entity should be posted to the relative URL: "/AddressService/address" (HTTP-POST) If an existing Address entity has been updated, the modified entity should be sent to the relative URL: "/AddressService/address/{id}" (HTTP-PUT) If an existing Address entity has to be deleted, the following relative URL should be called: "/AddressService/address/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LearningOpportunity columns: - column: Course - column: FromDate - column: CourseContent - column: ToDate - column: Address - column: EducationType - column: EducationProvider - column: Costs The table should have the title "LearningOpportunitys" und the data must be loaded from the server with the following relative URL: "/AddressService/learningopportunity/address/{id}" Add a HTML table to the view with the following EducationProvider columns: - column: Address - column: ProviderName The table should have the title "EducationProviders" und the data must be loaded from the server with the following relative URL: "/AddressService/educationprovider/address/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum