Show / Hide Table of Contents

    SupplierAccountGroups

    Queryable, Introduced in version 2.27

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

    Represents a supplier account group.

    GUID

    AA52F99D-01A4-47FE-9601-DCD759E455DC
    

    Required permission

    Show chart of accounts
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the group.
    IsDefault Boolean Specifies if the group is the default group.
    Number Int64 The human readable identifier of the group.
    Description String The translated description of the group.
    CompanyIds Int64[] The business key identifiers of the companies that this entity is available for.

    Example

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