Show / Hide Table of Contents

    OtherSupplierNumbers

    Queryable, Introduced in version 2.32

    GET https://localhost:8001/sv/001.1/api/v1/Purchase/OtherSupplierNumbers
    

    Represents an alternative supplier code mainly used for EDI.

    GUID

    297E6E0A-F2BA-498D-B066-D8108EEE7E1A
    

    Required permission

    Show supplier
    

    Properties

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

    • Max length is 25
    SupplierId Int64 The business key identifier of the owning supplier.

    References Suppliers

    Example

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