ChainChannel

Structure

FieldTypeRequiredDescription
idinttrueId of the ChainChannel
codestringtrueCode of the ChainChannel
namestringtrueName of the ChainChannel
orderinttrueOrder of the ChainChannel
chainChannelGroupIdinttrueChainChannelGroup Id

JSON representation

{
	"id": 1, 
	"code": "MAIL",
	"name": "E Mail",
	"order": 1,
	"chainChannelGroupId": 2
}