Name | Description | Type | Additional Information |
---|---|---|---|
UniqueKey |
Unique number to identify the inventory received record so it cannot be duplicated |
integer |
Required Send in zero (0) if new. Do not modify existing value. |
barCode |
Product barcode number |
string |
Max length: 50 |
departmentID |
Inventory department ID |
string |
Max length: 6 |
productID |
Product ID |
string |
Max length: 10 |
productName |
Product name |
string |
Max length: 50 |
quantity |
Quantity |
decimal number | |
unitOfMeasure |
Inventory unit Of measure |
string |
Max length: 4 |
lotNumber |
Product lot number |
string |
Max length: 30 |
ednYN |
Indicates if received via electronic delivery notification |
boolean |
Must be 0, 1, True, or False |
containerID |
Deprecated – should no longer be used. Use ContainerIdString instead. |
integer | |
ContainerIdString |
ID assigned to the container |
string |
Max length: 60 |
listPrice |
List price of the product |
decimal number | |
replacementCost |
Replacement cost of the product |
decimal number | |
totalDollars |
Total dollar amount for the line item |
decimal number | |
PurOrdGuid |
Purchase Order Guid |
globally unique identifier | |
deleteYN |
Used to determine if the record should be deleted. Must be used with UniqueKey. |
boolean |
Must be 0, 1, True, or False |