Channel

Structure

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

JSON representation

{
	"id": 1, 
	"code": "C1",
	"name": "Channel1"
}