EdiBehaviors
Queryable, Introduced in version 25.4
GET https://localhost:8001/sv/001.1/api/v1/Common/EdiBehaviors
Represents an Edi Behavior
GUID
0DDB3AF5-69B4-4046-B916-D0E082D1F392
Required permission
Show EDI settings
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the edi behaviour. |
|
Name | String | The name of the edi behaviour.
|
|
Module | Int32 | The module of the edi behaviour.
|
|
EdiChannelConfigurations | Edi |
The edi channel configurations of edi behavior.
|
|
Customers | Customers[] | The customer of edi behavior.
|
|
InvoiceCustomers | Customers[] | The invoice customers of edi behavior.
|
|
WarehouseId | Int64 | The business key identifier of the warehouse.
|
|
Warehouse | Warehouses | The warehouse of the edi behavior.
|
Example
{
"Id": 0,
"Name": null,
"Module": 0,
"EdiChannelConfigurations": null,
"Customers": null,
"InvoiceCustomers": null,
"WarehouseId": 0,
"Warehouse": null
}