system.kanoa.inventory.getPartInventoryStock(paramsDict)
Returns part inventory balance and policy altogether
Parameters
paramsDict Dictionary
| - hasOnHand | Boolean | |
| - hasOnOrder | Boolean | |
| - inventoryAssetId | Integer | |
| - inventoryAssetName | String | |
| - inventoryAssetPath | String | |
| - inventoryAssetTypeName | String | |
| - isBelowReorderThreshold | Boolean | |
| - isBelowSafetyStock | Boolean | |
| - isStocked | Boolean | |
| - partCategoryPath | String | |
| - partId | Integer | |
| - partInventoryBalanceId | Integer | |
| - partInventoryPolicyId | Integer | |
| - partNumber | String |
Returns
data pyDataset
Example