Show / Hide Table of Contents

    SupplierAccounts

    Queryable, Introduced in version 22.7

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

    Represents a supplier account.

    GUID

    4D41456F-A07A-4293-97E3-71D838A781BB
    

    Required permission

    Show supplier
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the supplier account.
    SupplierId Int64? The business key identifier of the accounts supplier.

    • References Suppliers
    StandardAccountId Int64? The business key identifier of the standard account for the account.

    • References StandardAccounts
    StandardAccount StandardAccounts The standard account for the account.

    • Expandable
    CodingEntryId Int64? The business key identifier of the coding entry for the account.

    • References CodingEntries

    Example

    {
      "Id": 0,
      "SupplierId": null,
      "StandardAccountId": null,
      "StandardAccount": null,
      "CodingEntryId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB