CategoryComponents
Queryable, Introduced in version 25.5
GET https://localhost:8001/sv/001.1/api/v1/Common/CategoryComponents
Represents an category component.
GUID
2F711DFD-B5D9-4CA5-AE5E-45416B303C77
Required permission
Create new categories
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the category. |
|
Length | Int32 | The length of the value of the category. |
|
CategoryType | Int32 | The category type of the component, e.g. Part, Customer, Supplier
|
|
Type | Int32 | The type of the component, e.g. Optional, Selection List
|
|
Text | String | The description of the selected category. |
|
CategoryValue | CategoryComponentValues[] | The category value of the category.
|
Example
{
"Id": 0,
"Length": 0,
"CategoryType": 0,
"Type": 0,
"Text": null,
"CategoryValue": null
}