Show / Hide Table of Contents

    PartUnitUsages

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/PartUnitUsages
    

    Represents a part unit usage.

    GUID

    AECC59A8-B997-42A5-8777-A20858A1D36D
    

    Required permission

    Show part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the part unit usage.
    UnitId Int64 The unit of the part unit usage.

    References Units.
    IsRemoved Boolean Specifies if the part unit usage has been removed.
    ConversionFactor Decimal The conversion factor between the default part unit usage and this part unit usage.
    UsageType Int32 The usage type of the part unit usage.

    • None: 0
    • ManufacturingMaterialWithdrawal: 1
    • PurchaseOrder: 2
    • ArrivalReporting: 4
    • CustomerOrder: 8
    • DeliveryReporting: 16
    • PhysicalInventoryAndStockReporting: 32
    • StatisticalUnit: 64
    • PackForDelivery: 128

    • Bitmask
    PartId Int64 The business key identifier of the part that the part unit usage belongs to.

    References .

    Example

    {
      "Id": 0,
      "UnitId": 0,
      "IsRemoved": false,
      "ConversionFactor": 0.0,
      "UsageType": 0,
      "PartId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB