Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Structure
Field | Type | Required | Description |
---|
id | int | true | Id of the ChainChannel |
code | string | true | Code of the ChainChannel |
name | string | true | Name of the ChainChannel |
order | int | true | Order of the ChainChannel |
chainSourceGroupId | int | true | ChainChannelGroup Id |
JSON representation
{
"id": 1,
"code": "MAIL",
"name": "E Mail",
"order": 1,
"chainChannelGroupId": 2
}