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