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