Overview
Summary
Contact
Donate
Imprint
Prompt for the
AiCommerceIntegrationView
Please create a React-JS view called "AiCommerceIntegrationView" for the fields of the AiCommerceIntegration entity. The AiCommerceIntegrationView must contain the following fields: - name: AiPlatform type: AiPlatform - name: IntegrationType type: STRING - name: LaunchDate type: DATE - name: Notes type: STRING - name: Product type: Product The data source for the [AiPlatform] select control should be loaded from the relative URL: "/SalesChannelService/aiplatform" (HTTP-GET) The data source for the [Product] select control should be loaded from the relative URL: "/ProductService/product" (HTTP-GET) An existing AiCommerceIntegration entity should be loaded from the relative URL: "/ProductService/aicommerceintegration/{id}" (HTTP-GET) If a new AiCommerceIntegration entity has been created, the new entity should be posted to the relative URL: "/ProductService/aicommerceintegration" (HTTP-POST) If an existing AiCommerceIntegration entity has been updated, the modified entity should be sent to the relative URL: "/ProductService/aicommerceintegration/{id}" (HTTP-PUT) If an existing AiCommerceIntegration entity has to be deleted, the following relative URL should be called: "/ProductService/aicommerceintegration/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint