Versions Compared

Key

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

Structure

Excerpt


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



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1, 
	"code": "MAIL",
	"name": "E Mail",
	"order": 1,
	"chainChannelGroupId": 2
}