Show / Hide Table of Contents

    CodingEntries

    Queryable, Introduced in version 2.30

    GET https://localhost:8001/sv/001.1/api/v1/Accounting/CodingEntries
    

    Represents a coding entry.

    GUID

    57158A06-CC4E-4AB7-890D-D1760E2AF6E1
    

    Required permission

    Show dimensions/dimension codes
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the coding entry.
    CodingEntryDescription String The description of the coding entry.

    • Max length is 50
    AccountId Int64? The business key identifier of the coding entry's account.

    References Accounts
    Account Accounts The account of the coding entry.

    • Expandable
    CodingEntryElements CodingEntryElements[] The coding entry elements of the coding entry.

    • Expandable

    Example

    {
      "Id": 0,
      "CodingEntryDescription": null,
      "AccountId": null,
      "Account": null,
      "CodingEntryElements": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB