LotNumber = null means leave value unchanged; LotNumber = "" means clear value; LotNumber = "43a" means set value to "43a"
SerialNumber
string
SerialNumber = null means leave value unchanged; SerialNumber = "" means clear value; SerialNumber = "9876" means set value to "9876"
SetExpirationDateToNull
bool
ExpirationDate = null and SetExpirationDateToNull = false means leave the value unchanged; ExpirationDate = any value and SetExpirationDateToNull = true means clear value; ExpirationDate = "2020/02/05" and SetExpirationDateToNull = false means set value to "2020/02/05"
Cost = null and SetCostToNull = false means leave the value unchanged; Cost = any value and SetCostToNull = true means clear value; Cost = 2.50 and SetCostToNull = false means set value to 2.50
SupplierIdentifier = null means leave the value unchanged; SupplierIdentifier = { id = 0, name = null } means clear the value; SupplierIdentifier = { id = 27, name = "MyCompany" } means set value to 27
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.