Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CouponEncashmentView
Please create a React-JS view called "CouponEncashmentView" for the fields of the CouponEncashment entity. The CouponEncashmentView must contain the following fields: - name: LearningOpportunity type: LearningOpportunity - name: EducationCoupon type: EducationCoupon The data source for the [LearningOpportunity] select control should be loaded from the relative URL: "/AddressService/learningopportunity" (HTTP-GET) The data source for the [EducationCoupon] select control should be loaded from the relative URL: "/EducationCouponService/educationcoupon" (HTTP-GET) An existing CouponEncashment entity should be loaded from the relative URL: "/EducationCouponService/couponencashment/{id}" (HTTP-GET) If a new CouponEncashment entity has been created, the new entity should be posted to the relative URL: "/EducationCouponService/couponencashment" (HTTP-POST) If an existing CouponEncashment entity has been updated, the modified entity should be sent to the relative URL: "/EducationCouponService/couponencashment/{id}" (HTTP-PUT) If an existing CouponEncashment entity has to be deleted, the following relative URL should be called: "/EducationCouponService/couponencashment/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum