Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EducationCouponView
Please create a React-JS view called "EducationCouponView" for the fields of the EducationCoupon entity. The EducationCouponView must contain the following fields: - name: Amount type: DOUBLE - name: ToDate type: DATE - name: FromDate type: DATE - name: Student type: Student The data source for the [Student] select control should be loaded from the relative URL: "/StudentService/student" (HTTP-GET) An existing EducationCoupon entity should be loaded from the relative URL: "/EducationCouponService/educationcoupon/{id}" (HTTP-GET) If a new EducationCoupon entity has been created, the new entity should be posted to the relative URL: "/EducationCouponService/educationcoupon" (HTTP-POST) If an existing EducationCoupon entity has been updated, the modified entity should be sent to the relative URL: "/EducationCouponService/educationcoupon/{id}" (HTTP-PUT) If an existing EducationCoupon entity has to be deleted, the following relative URL should be called: "/EducationCouponService/educationcoupon/{id}" (HTTP-DELETE) Add a HTML table to the view with the following CouponEncashment columns: - column: LearningOpportunity - column: EducationCoupon The table should have the title "CouponEncashments" und the data must be loaded from the server with the following relative URL: "/EducationCouponService/couponencashment/educationcoupon/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum