Overview
Summary
Contact
Donate
Imprint
Prompt for the
MerchantWebsiteView
Please create a React-JS view called "MerchantWebsiteView" for the fields of the MerchantWebsite entity. The MerchantWebsiteView must contain the following fields: - name: Merchant type: Merchant - name: Status type: STRING - name: Url type: STRING - name: VerifiedAt type: DATE The data source for the [Merchant] select control should be loaded from the relative URL: "/MerchantService/merchant" (HTTP-GET) An existing MerchantWebsite entity should be loaded from the relative URL: "/MerchantService/merchantwebsite/{id}" (HTTP-GET) If a new MerchantWebsite entity has been created, the new entity should be posted to the relative URL: "/MerchantService/merchantwebsite" (HTTP-POST) If an existing MerchantWebsite entity has been updated, the modified entity should be sent to the relative URL: "/MerchantService/merchantwebsite/{id}" (HTTP-PUT) If an existing MerchantWebsite entity has to be deleted, the following relative URL should be called: "/MerchantService/merchantwebsite/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint