A set of filtering options used for searching product models.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| SearchText | String | This field is nullable. | The search text to filter on. When set, the results will be sorted by their text relevancy. |
| ManufacturerID | Int32 | The ID of the manufacturer to filter on. | |
| ProductTypeID | Int32 | The ID of the product type to filter on. This will NOT filter on product subtypes. | |
| IsActive | Boolean | This field is nullable. | The active status to filter on. |
| CustomAttributes | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes to filter on. |