Overview
Summary
Contact
Donate
Imprint
Prompt for the
ProductAttributeValueView
Please create a React-JS view called "ProductAttributeValueView" for the fields of the ProductAttributeValue entity. The ProductAttributeValueView must contain the following fields: - name: Product type: Product - name: ProductAttribute type: Product - name: ValueBoolean type: BOOL - name: ValueNumber type: DOUBLE - name: ValueString type: STRING The data source for the [Product] select control should be loaded from the relative URL: "/ProductService/product" (HTTP-GET) The data source for the [ProductAttribute] select control should be loaded from the relative URL: "/ProductService/product" (HTTP-GET) An existing ProductAttributeValue entity should be loaded from the relative URL: "/PromotionService/productattributevalue/{id}" (HTTP-GET) If a new ProductAttributeValue entity has been created, the new entity should be posted to the relative URL: "/PromotionService/productattributevalue" (HTTP-POST) If an existing ProductAttributeValue entity has been updated, the modified entity should be sent to the relative URL: "/PromotionService/productattributevalue/{id}" (HTTP-PUT) If an existing ProductAttributeValue entity has to be deleted, the following relative URL should be called: "/PromotionService/productattributevalue/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint