system.kanoa.inventory.getParts(paramsDict)
Returns inventory parts
Parameters
paramsDict Dictionary
| - defaultUomId | Integer | |
| - enabled | Boolean | |
| - isConsumable | Boolean | |
| - isCriticalSpare | Boolean | |
| - isRepairable | Boolean | |
| - isSerialized | Boolean | |
| - manufacturerId | Integer | |
| - manufacturerPartNumber | String | |
| - normalizedPartNumber | String | standardized/comparable version of partNumber used for searching and duplicate detection. |
| - partCategory | String | |
| - partDescription | String | |
| - partId | Integer | |
| - partNumber | String |
Returns
data pyDataset
Example