Znode

Build Version:

POST facet

Creates a new facet.

Request Information

» Parameters

Name Description Additional information
model The model of the facet.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "FacetID": 1,
  "FacetGroupID": 1,
  "FacetName": "sample string 2",
  "FacetDisplayOrder": 1,
  "IconPath": "sample string 3"
}