| Name | Description | Type | Additional Information |
|---|---|---|---|
| DepartmentID |
The department ID of the product. |
string |
Required Max length: 6 |
| ProductID |
User assigned ID of the product. |
string |
Required Max length: 10 |
| LotNumber |
The lot number for the product. |
string |
Required Max length: 30 |
| BeginningBalance |
Beginning balance for this product lot. |
decimal number | |
| InActive |
Indicates whether or not the product is inactive. |
boolean |
Must be 0, 1, True, or False |
| ExpireDate |
The expiration date of this lot. |
string |
Format must be MM/dd/yyyy |
| MPSGuid |
Globally unique identifier of this product lot. |
string | |
| MPSStatus |
A number indicating the status of this product lot. |
integer | |
| CalculatedBalance |
Calculated balance for this product lot, with 3 decimal accuracy. PLEASE NOTE: trailing zeros after the decimal point will be dropped even though accuracy will always be calculated to 3 decimals. |
decimal number |