Show / Hide Table of Contents

    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.

    • Max length is 80
    • Not nullable
    • Unique
    Module Int32 The module of the edi behaviour.

    • None: 0
    • Sales: 1
    • Purchase: 2
    EdiChannelConfigurations EdiChannelConfigurations[] The edi channel configurations of edi behavior.

    • Expandable
    Customers Customers[] The customer of edi behavior.

    • Expandable
    InvoiceCustomers Customers[] The invoice customers of edi behavior.

    • Expandable
    WarehouseId Int64 The business key identifier of the warehouse.

    • References Warehouses
    Warehouse Warehouses The warehouse of the edi behavior.

    • Expandable

    Example

    {
      "Id": 0,
      "Name": null,
      "Module": 0,
      "EdiChannelConfigurations": null,
      "Customers": null,
      "InvoiceCustomers": null,
      "WarehouseId": 0,
      "Warehouse": null
    }
    
    In This Article
    • GUID
    • Required permission
    • Properties
    • Example
    Back to top Copyright © 2023 Monitor ERP System AB