Creates a new facet group category.
Name | Description | Additional information |
---|---|---|
model | The model of the facet group. |
Define this parameter in the request body. |
{
"FacetGroupCategoryList": {
"$id": "2",
"$values": [
{
"$id": "3",
"FacetGroupID": 1,
"CategoryID": 2,
"CategoryDisplayOrder": 1
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
}