Asset Search Criteria Input

Criteria used to search for assets.
JSON Example
1{
2  "assetSearchCriteria": {
3    "assetName": "MRI Scanner",
4    "assetTypeIds": [
5      "DI-001",
6      "IM-005"
7    ],
8    "assetCategories": [
9      "Diagnostic Imaging",
10      "Large Equipment"
11    ],
12    "status": "Available",
13    "productCode": "SIEMENS-MAGNETOM-S"
14  }
15}
Properties
Property Name Type Description Required
assetName String The name of the asset. Optional
assetTypeIds Array of Strings A list of IDs corresponding to the asset's types. Optional
assetCategories Array of Strings A list of the names of the asset's categories. Optional
status String The current status of the asset. Optional
productCode String The product code associated with the asset. Optional