Znode

Build Version:

POST facetgroupcategory

Creates a new facet group category.

Request Information

» Parameters

Name Description Additional information
model The model of the facet group.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "FacetGroupCategoryList": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "FacetGroupID": 1,
        "CategoryID": 2,
        "CategoryDisplayOrder": 1
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  }
}