Show / Hide Table of Contents

    PhysicalInventoryRows

    Queryable, Introduced in version 22.8

    GET https://localhost:8001/sv/001.1/api/v1/Inventory/PhysicalInventoryRows
    

    Represents a physical inventory row.

    GUID

    D0E8D320-A7C2-4E27-9E26-1154F1F09261
    

    Required permission

    Report stock count
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the physical inventory row.
    PhysicalInventoryListId Int64 The business key identifier of the physical inventory list that the row belongs to.

    • References PhysicalInventoryLists
    PartId Int64 The business key identifier of the part of the physical inventory row.

    • References Parts
    LocationId Int64 The business key identifier of the part location of the physical inventory row.

    • References PartLocations
    ProductRecordId Int64 The business key identifier of the product record of the physical inventory row.

    • References ProductRecords
    Reported Boolean Indicates if the physical inventory row is reported.

    • Obsolete since version 23.3 (Use ReportingState to get current state and see if row is reported, pending approval or rejected)
    ReportingState Int32 Reporting state of the physical inventory row.

    • NotReported: 0
    • Reported: 1
    • PendingApproval: 2
    • ApprovalRejected: 3
    • Discarded: 4
    Introduced in version 23.3
    Version Int32 The version of the physical inventory row.
    ReportedQuantity Decimal? The reported quantity for the physical inventory row.

    Example

    {
      "Id": 0,
      "PhysicalInventoryListId": 0,
      "PartId": 0,
      "LocationId": 0,
      "ProductRecordId": 0,
      "Reported": false,
      "ReportingState": 0,
      "Version": 0,
      "ReportedQuantity": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB