system.kanoa.lot.getLotStates
Description
Retrieves lot states filtered by the provided parameters.Syntax
getLotStates(paramsDict)- Dictionary paramsDict - Parameters for filtering lot states. Valid keys include lotStateId, lotStateName, and enabled.
- pyDataset - Lot states dataset
Code Examples
# Example usage
paramsDict = {'lotStateId': 4, 'enabled': True}
lotStates = system.kanoa.lot.getLotStates(paramsDict)
print(lotStates) # Print the retrieved lot states