Show / Hide Table of Contents

    OtherCustomerNumbers

    Queryable, Introduced in version 2.32

    GET https://localhost:8001/sv/001.1/api/v1/Sales/OtherCustomerNumbers
    

    Represents an alternative customer code mainly used for EDI.

    GUID

    5C82F478-6089-4004-A032-965C50A8AC94
    

    Required permission

    Show customer
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the other customer number.
    IsDefault Boolean Specifies if this is the default/active other customer number.
    Number String The human readable identifier of the other customer number.

    • Max length is 25
    CustomerId Int64 The business key identifier of the owning customer.

    References Customers
    CompanyIds Int64[] The business key identifiers of the companies that this entity is available for.

    Example

    {
      "Id": 0,
      "IsDefault": false,
      "Number": null,
      "CustomerId": 0,
      "CompanyIds": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB