| Name | Description | Type | Additional Information |
|---|---|---|---|
| DepartmentID |
ID of the department the product is in |
string |
Required Max length: 6 Must not contain a space or a tic (') |
| ProductID |
ID of the product |
string |
Required Max length: 10 Must not contain a space or a tic (') |
| Quantity |
Quantity of the product |
decimal number |
Max length: 11 Max of 3 decimal places Must be filled out and numeric |
| InvUnit |
Inventory unit of measure of the product |
string |
Max length: 4 |
| CropCode | string |
Max length: 15 |
|
| UnitPrice | decimal number |
Must be numeric |
|
| TechLicNumber |
TechLicNumber for the customer and product on the line item |
string |
Max length: 30 |
| PrintLineItem |
Indicates the line that the appropriate information for this product will print on |
integer | |
| ShipFromLocation |
ID of the location the product will be shipped from |
string |
Max length: 6 |
| ShipFromDepartmentID |
ID of the department the product will be shipped from |
string |
Max length: 6 Must not contain a space or a tic (') |
| PickedYN |
Indicates if the product was picked from the warehouse - True = the product was picked from the warehouse, False = the product was not picked |
boolean |
Must be 0, 1, True, or False |
| PickedAmount |
Quantity of the product that was picked from the warehouse |
decimal number |
Max of 3 decimal places Must be numeric |
| UniqueKey |
Unique number for each product on the ticket |
integer |
Send in zero (0) if new. Do not modify existing value. |
| LotNumber |
Lot number associated with the product |
string |
Max length: 30 Must not contain invalid characters which include: ' |
| ContainerID |
ID of the container selected for the product |
string |
Container ID can only be added to products that did not have a container on the original Delivery Ticket. Max length: 15 |