Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueId of the Channel
codestringtrueCode of the Channel
namestringtrueName of the Channel
propertyIdintfalseId of the property (Only for multiproperty request)



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1, 
	"code": "C1",
	"name": "Channel1"
}