system.kanoa.lot.getLotStates
Description
Retrieves lot states filtered by the provided parameters.Syntax
getLotStates(paramsDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
lotStateId | int | ||
lotStateName | string | ||
enabled | bool |
Code Examples
# Example usage
paramsDict = {'lotStateId': 4, 'enabled': True}
lotStates = system.kanoa.lot.getLotStates(paramsDict)
print(lotStates) # Print the retrieved lot states