Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EducationProviderView
Please create a React-JS view called "EducationProviderView" for the fields of the EducationProvider entity. The EducationProviderView must contain the following fields: - name: Address type: Address - name: ProviderName type: STRING The data source for the [Address] select control should be loaded from the relative URL: "/AddressService/address" (HTTP-GET) An existing EducationProvider entity should be loaded from the relative URL: "/AddressService/educationprovider/{id}" (HTTP-GET) If a new EducationProvider entity has been created, the new entity should be posted to the relative URL: "/AddressService/educationprovider" (HTTP-POST) If an existing EducationProvider entity has been updated, the modified entity should be sent to the relative URL: "/AddressService/educationprovider/{id}" (HTTP-PUT) If an existing EducationProvider entity has to be deleted, the following relative URL should be called: "/AddressService/educationprovider/{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/educationprovider/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum