ComponentCategoryDto
idnumberrequired
Unique identifier for the category
Example:
1namestringrequired
Name of the category
Example:
ApparelComponentCategoryDto
{
"id": 1,
"name": "Apparel"
}
Unique identifier for the category
1Name of the category
Apparel{
"id": 1,
"name": "Apparel"
}