system.kanoa.lot.getLotQty(paramsDict)
Returns lots filtered by the given parameters. Lot quantity is summed from all lotEvents associated with a lot
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - enabled | Boolean | |
| - endDate | DateTime | |
| - hasQty | Boolean | |
| - itemId | Integer | |
| - itemPath | String | |
| - itemSourceId | Integer | |
| - itemSourceName | String | |
| - lotId | Integer | |
| - lotName | String | |
| - lotOperationId | Integer | |
| - lotOperationName | String | |
| - lotStateId | Integer | |
| - lotStateName | String | |
| - lotStateReasonId | Integer | |
| - lotStateReasonName | String | |
| - startDate | DateTime | 
Returns
lotData pyDataset
Example
paramsDict = {'lotId': 1}
lotData = system.kanoa.lot.getLotQty(paramsDict)
print lotData