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