Znode

Build Version:

POST highlighttypes

Creates a new highlight type.

Request Information

» Parameters

Name Description Additional information
model The model of the highlight type.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Description": "sample string 1",
  "HighlightTypeId": 2,
  "Name": "sample string 3"
}