Skip to main content

ComponentCategoryDto

idnumberrequired

Unique identifier for the category

Example: 1
namestringrequired

Name of the category

Example: Apparel
ComponentCategoryDto
{
"id": 1,
"name": "Apparel"
}