Name | Description | Type | Additional Information |
---|---|---|---|
SalesOrderHead |
Properties containing information that is common to the Sales Order |
SalesOrderHeader |
Required |
SalesOrderSplits |
List of Customers That are on the Sales Order. In the PUT method, these entries are ignored as you are not allowed to make changes to the customers on the sales order once it is created. |
Collection of SalesOrderSplit | |
SalesOrderLineItems |
List of Products used to fulfill the Sales Order. Each customer in the split has their own set of line items and each customer must contain all of the line items. CustID1, 1, DeptID1, ProdID1; CustID1, 2, DeptID2, ProdID2; CustID2, 1, DeptID, ProdID; CustID2, 2, DeptID2, ProdID2. All line items are replaced with the records provided. For the PUT method, the CustID on each line item will need to be for the customers that currently exist on the sales order. |
Collection of SalesOrderLineItem | |
SalesOrderDiscounts |
List of Sales Order Discounts to apply to the Sales Order. All discounts are replaced with the records provided. If no records are sent, all existing discounts are removed. |
Collection of ClsQuickOrderDiscount |