EdiChannelConfigurations
Queryable, Introduced in version 25.4
GET https://localhost:8001/sv/001.1/api/v1/Common/EdiChannelConfigurations
Represents an Edi Channel Configuration.
GUID
4c3dc5d5-fad2-4d63-a3cf-61565b1e8196
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the edi channel configuration. |
|
ParentId | Int64 | The parent id of the edi channel configuration.
|
|
ChannelId | Int64 | The channel id of the edi channel configuration.
|
|
NotificationsActive | Boolean | The notification active identifier of the edi channel configuration. |
|
Active | Boolean | The active of the edi channel configuration. |
Example
{
"Id": 0,
"ParentId": 0,
"ChannelId": 0,
"NotificationsActive": false,
"Active": false
}