NameDescriptionTypeAdditional Information
SalesOrderSplitGUID

The globally unique identifier that represents this Sales Order Split record

globally unique identifier

Required

(Hexadecimal 8-4-4-4-12)

CustId

The Agvance ID for the Customer to whom the Sales Order is being sent. Populate this value and leave SalesOrderSplitGUID = GUID.Empty {00000000-0000-0000-0000-000000000000} to use this value to find the Sales Order Split record in Agvance to update

string

Max length: 6

LineItems

List of Products used to fulfill the Sales Order. Each customer split has their own set of line items for pricing information and as such the products will be exact duplicates with the exception of the pricing informationList of Sales Order Discounts applied to the Sales Order. If records are supplied without the SalesOrderLineItemGUID populated, those new records will be added to the Sales Order. Any existing LineItem records will not be modified unless the SalesOrderLineItemGUID is provided. To remove a LineItem record, set the DeleteLine property to true and supply the SalesOrderLineItemGUID

Collection of ClsSalesOrderLineItemUpdate

Required