Channel
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 |
propertyId | int | false | Id of the property (Only for multiproperty request) |
JSON representation
{ "id": 1, "code": "C1", "name": "Channel1" }