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. |
lineItem |
Line number of the product for the inventory received record |
integer | |
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 |
containerKey |
Number representing a refillable container |
integer |
Must be numeric |
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 | |
userID |
ID of user who created ticket |
string |
Max length: 3 |
userFirstName |
First name of user who created ticket |
string | |
userLastName |
Last name of user who created ticket |
string | |
dateStamp |
Date ticket was created |
string | |
timeStamp |
Time ticket was created |
string | |
PurOrdGuid |
Purchase Order Guid |
globally unique identifier | |
deleteYN |
Used to determine if the record should be deleted. Must be used with UniqueKey. Only used with PUT. |
boolean |
Must be 0, 1, True, or False |