Overview
Summary
Contact
Donate
Imprint
Prompt for the
LoyaltyStampView
Please create a React-JS view called "LoyaltyStampView" for the fields of the LoyaltyStamp entity. The LoyaltyStampView must contain the following fields: - name: CustomerOrder type: LONG - name: LoyaltyCard type: LoyaltyCard - name: Notes type: STRING - name: OrderAmount type: STRING - name: StampDateTime type: DATE The data source for the [LoyaltyCard] select control should be loaded from the relative URL: "/CustomerService/loyaltycard" (HTTP-GET) An existing LoyaltyStamp entity should be loaded from the relative URL: "/CustomerService/loyaltystamp/{id}" (HTTP-GET) If a new LoyaltyStamp entity has been created, the new entity should be posted to the relative URL: "/CustomerService/loyaltystamp" (HTTP-POST) If an existing LoyaltyStamp entity has been updated, the modified entity should be sent to the relative URL: "/CustomerService/loyaltystamp/{id}" (HTTP-PUT) If an existing LoyaltyStamp entity has to be deleted, the following relative URL should be called: "/CustomerService/loyaltystamp/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint