Overview
Summary
Contact
Donate
Imprint
Prompt for the
GiftRedemptionView
Please create a React-JS view called "GiftRedemptionView" for the fields of the GiftRedemption entity. The GiftRedemptionView must contain the following fields: - name: AmountApplied type: STRING - name: Booking type: Booking - name: Currency type: STRING - name: GiftVoucher type: GiftVoucher - name: RedemptionDate type: DATE The data source for the [GiftVoucher] select control should be loaded from the relative URL: "/GiftVoucherService/giftvoucher" (HTTP-GET) The data source for the [Booking] select control should be loaded from the relative URL: "/CustomerService/booking" (HTTP-GET) An existing GiftRedemption entity should be loaded from the relative URL: "/GiftVoucherService/giftredemption/{id}" (HTTP-GET) If a new GiftRedemption entity has been created, the new entity should be posted to the relative URL: "/GiftVoucherService/giftredemption" (HTTP-POST) If an existing GiftRedemption entity has been updated, the modified entity should be sent to the relative URL: "/GiftVoucherService/giftredemption/{id}" (HTTP-PUT) If an existing GiftRedemption entity has to be deleted, the following relative URL should be called: "/GiftVoucherService/giftredemption/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint