Click or drag to resize
Infosoft Logo

CreateCustomerArticleOrderRequest Class

Provides data for the request to the CreateCustomerArticleOrder operation on ICustomerOrderService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.ProductsCreateCustomerArticleOrderRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Products
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class CreateCustomerArticleOrderRequest

The CreateCustomerArticleOrderRequest type exposes the following members.

Properties
 NameDescription
Public propertyArticleNumber Gets or sets the article number of the article.
Public propertyCustomerNumber Gets or sets the customer number.
Public propertyOrderDate Gets or sets the order date.
Public propertyOrderDiscountCode Gets or sets the order discount code.
Public propertyOrderLineStatus Gets or sets the order line status - an enum.
Public propertyOrderSource Gets or sets the order source.
Public propertyOrderSourceId Gets or sets the order source id.
Public propertyQuantity Gets or sets the quantity of the ordered articles.
Public propertySalesPersonCode Gets or sets the sales person code.
Public propertyText Gets or sets text - max length: 1000.
Top
See Also