Show / Hide Table of Contents

    PhysicalInventoryLists

    Queryable, Introduced in version 22.8

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

    Represents a physical inventory list.

    GUID

    1ED2E7D1-7FAA-4E90-8523-8EE895680119
    

    Required permission

    Report stock count
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the physical inventory list.
    WarehouseId Int64 The business key identifier of the warehouse for the physical inventory list.

    • References Warehouses
    Number Int64 The number of the physical inventory list.

    • Unique
    Version Int32 The version of the physical inventory list.
    Name String The name of the physical inventory list.

    • Not nullable
    • Max length is 50
    InventoryStatus Int32 The status for the physical inventory list.

    • None: 0
    • UnderInventory: 1
    • UnderInventoryWithBalanceCheckpoint: 2
    State Int32 The state for the physical inventory list.

    • NotStarted: 0
    • Started: 1
    • Paused: 2
    • Finished: 3
    • FinishedWithPendingApproval: 4
    CreatedWhen DateTimeOffset The date when the physical inventory list was created.
    PrintedWhen DateTimeOffset? The date when the physical inventory list was printed.

    Example

    {
      "Id": 0,
      "WarehouseId": 0,
      "Number": 0,
      "Version": 0,
      "Name": null,
      "InventoryStatus": 0,
      "State": 0,
      "CreatedWhen": "0001-01-01T00:00:00+00:00",
      "PrintedWhen": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB