Show / Hide Table of Contents

    CodingRows

    Queryable, Introduced in version 2.30

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

    Represents a coding row.

    GUID

    31C893BD-61C5-42E4-AD40-9D9FF51362CE
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the coding row.
    CodingEntryId Int64 The business key identifier of the coding row's coding entry.

    References CodingEntries
    CodingEntry CodingEntries The coding entry of the coding row.
    Type Int32 The type of the coding row.

    • Standard: 1
    • Setup: 2
    • Material: 3
    • Inventory: 4
    • PriceDifference: 5
    • Cost: 6

    Example

    {
      "Id": 0,
      "CodingEntryId": 0,
      "CodingEntry": null,
      "Type": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB