Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Channel |
code | string | true | Code of the Channel |
name | string | true | Name of the Channel |
JSON representation
{ "id": 1, "code": "C1", "name": "Channel1" }
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Channel |
code | string | true | Code of the Channel |
name | string | true | Name of the Channel |
{ "id": 1, "code": "C1", "name": "Channel1" }