| Name | Description | Type | Additional Information |
|---|---|---|---|
| DeptId |
The department id of the product |
string |
Required Max length: 6 |
| ProdId |
The product id of the product |
string |
Required Max length: 10 |
| ProductDescription |
The description of the product |
string |
Max length: 50 |
| Ordered |
The quantity ordered in inventory units |
decimal number |
Required Max of 3 decimal places |
| PricePerUnit |
The unit price of the product in billing units |
decimal number |
Cannot be negative Max of 3 decimal places |
| Total |
The total dollars of the product for the order |
decimal number |
Max of 2 decimal places |
| Freight |
The freight dollars for the product |
decimal number |
Max of 2 decimal places |
| FreightType |
The freight type - valid options are: "Actual $/Unit", "Actual Total$", "Actual per Load", "Estimated $/Unit", "Estimated Total$", and "Estimated per Load" |
string |
Max length: 20 |
| SellingPrice |
When marked as direct shipped, the selling price of the product |
decimal number |
Max of 3 decimal places |
| PoRecNumber |
The purchase order request number |
string |
Max length: 20 |
| PoRecLineItem |
The line item of the purchase order request product |
integer | |
| ProductRequestGuid |
The product request guid |
globally unique identifier | |
| Charges |
The list of addon charges for this product line |
Collection of ClsPurchaseOrderAddProductCharge | |
| ReleaseNumbers |
List of release numbers for this product on the purchase order |
Collection of ClsPurchaseOrderAddReleaseNumber |