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