Search Results for

    Show / Hide Table of Contents

    StockTransactions

    Queryable, Introduced in version 22.4

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

    Represents a stock transaction.

    GUID

    F4B5074F-7694-45F4-91CE-67602641773C
    

    Required permission

    Show basic data for part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the stock transaction.
    PartNumber String The part number of the stock transaction.

    • Max length is 20
    • Not nullable
    PartId Int64? The business key identifier of the part that was involved in the stock transaction.
    This value might not be set even though a part always is involved in a stock transaction, read part number to identify involved part in that case.

    • References Parts
    BalanceChange Decimal The balance change of the stock transaction.
    BalanceOnPartAfterChange Decimal The balance on the part after the stock transaction.
    BalanceOnLocationAfterChange Decimal The balance on the location after the stock transaction.
    LoggingTimeStamp DateTimeOffset The logging timestamp of the stock transaction.
    DeliveryDate DateTimeOffset The delivery date of the stock transaction.
    LocationName String The location name of the stock transaction.

    • Max length is 35
    • Not nullable
    BusinessTransactionId Int64 The business transaction identity of the stock transaction.
    WarehouseId Int64 The business key identifier of the warehouse where the stock transaction occured.

    • References Warehouses
    PhysicalInventoryListNumber Int64? The physical inventory list number of the stock transaction.
    PartLocationId Int64? The business key identifier of the part location where the stock transaction occured.

    • References PartLocations
    ProductRecordId Int64? The business key identifier of the product record used in the stock transaction.

    • References ProductRecords
    BatchNumber String The batch number of the product record in this stock transaction.
    Introduced in version 23.4
    OrderNumber String The order number associated to this stock transaction.
    Introduced in version 23.4
    BusinessTransactionContextType Int32 The type of the business transaction context of this stock transaction.

    • NotInitialized: 0
    • ArrivalReporting: 1
    • ManufacturingOrderReporting: 2
    • DeliveryReporting: 3
    • PhysicalInventory: 4
    • UnplannedStockWithdrawal: 5
    • MoveBetweenWarehouse: 6
    • MoveStockBalance: 7
    • NonconformityPosteriorRejection: 8
    • DirectlyRegisteredInvoice: 9
    • RemovalOfPartLocation: 10
    • ManufacturingOrderMaterialReporting: 11
    • UnplannedStockArrivalReporting: 12
    • StockImport: 13
    • DeliveryReportingStockOrder: 14
    • ArrivalReportingStockOrder: 15
    • UndoManufacturingOrderMaterialReporting: 16
    • UndoManufacturingOrderReporting: 17
    • UndoArrivalReporting: 18
    • UndoDeliveryReporting: 19
    • UndoArrivalReportingStockOrder: 20
    • UndoDeliveryReportingStockOrder: 21
    • OutgoingReusable: 22
    • ArrivalReusable: 23
    • UndoOutgoingReusable: 24
    • UndoArrivalReusable: 25
    • ToolWithdrawal: 26
    • ToolReturn: 27
    • CreditSupplierInvoice: 28
    • CreditCustomerInvoice: 29
    • ReturnPurchaseOrder: 30
    • SplitInvoiceBasis: 31
    • CreationOfPartLocation: 32
    • ArrivalsCorrection: 33
    • ArrivalRejection: 34
    Introduced in version 23.4
    StandardPrice Decimal The standard price of the stock transaction.
    Introduced in version 25.9
    Price Decimal? The price of the stock transaction.
    Introduced in version 25.9
    ReportedPrice Decimal The reported price of the stock transaction.
    Introduced in version 25.9
    Amount Decimal The calculated amount based on Price multiplied by BalanceChange of the stock transaction.
    Introduced in version 25.9

    Example

    {
      "Id": 0,
      "PartNumber": null,
      "PartId": null,
      "BalanceChange": 0.0,
      "BalanceOnPartAfterChange": 0.0,
      "BalanceOnLocationAfterChange": 0.0,
      "LoggingTimeStamp": "0001-01-01T00:00:00+00:00",
      "DeliveryDate": "0001-01-01T00:00:00+00:00",
      "LocationName": null,
      "BusinessTransactionId": 0,
      "WarehouseId": 0,
      "PhysicalInventoryListNumber": null,
      "PartLocationId": null,
      "ProductRecordId": null,
      "BatchNumber": null,
      "OrderNumber": null,
      "BusinessTransactionContextType": 0,
      "StandardPrice": 0.0,
      "Price": null,
      "ReportedPrice": 0.0,
      "Amount": 0.0
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB