Show / Hide Table of Contents

    PartPlanningInformation

    Queryable, Introduced in version 2.18

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

    Represents part planning information for a warehouse.

    GUID

    9215F190-5E07-46AD-9A9F-A46BE27A7007
    

    Required permission

    Show part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the part planning information.
    ContactId Int64? The business key identifier of the contact person of the part planning information.

    References Persons
    WarehouseId Int64 The business key identifier of the warehouse that the part planning information is
    defined for.

    References Warehouses
    AbcCodeId Int64? The business key identifier of the AbcCode used.

    References AbcCodes
    Introduced in version 2.31
    AcquisitionWarehouseId Int64? The business key identifier of the warehouse to refill from.

    References Warehouses
    Introduced in version 2.31
    Eoq Decimal The economic order quantity.
    Introduced in version 2.31
    RoundingBase Decimal The rounding quantity for orders.
    Introduced in version 2.31
    SafetyStock Decimal The safety stock for the part .
    Introduced in version 2.31
    AnnualVolume Decimal The annual volume for the part.
    Introduced in version 2.31
    LeadTime TimeSpan? The lead time for the part.
    Introduced in version 2.31
    MinQuantity Decimal The minimum order quantity (both purchase and manufacturing).
    Introduced in version 2.31
    MaxQuantity Decimal The maximum quantity per order when manufacturing.
    Introduced in version 2.31
    ReorderPoint Decimal The reorder quantity for the part.
    Introduced in version 2.31
    PalletQuantity Decimal The quantity per packet when manufacturing.
    Introduced in version 2.31
    AnnualVolumePace Decimal The annual volume, current pace.
    Introduced in version 2.31
    EoqPace Decimal Order quantity current pace.
    Introduced in version 2.31
    LotSizingRule Int32 The lot sizing rule for the part.

    • LotForLot: 1
    • FixedQuantity: 2
    • PeriodRequirement: 3
    • Bucketpart: 4
    • Linked: 5
    Introduced in version 2.31
    LotSizingPeriod TimeSpan The length of the period when using period requirement as lot sizing rule.
    Introduced in version 2.31
    AllowOrderCreationFromCustomerOrder Boolean Allow to create orders from customer order (manufacturing order for manufactured parts and purchase orders for purchased parts).
    Introduced in version 2.31
    SafetyTime TimeSpan Safety time.
    Introduced in version 2.31
    DeductSalesForecast Int32 The type of forecast deduction used.

    • None: 0
    • LeadTime: 1
    • Now: 2
    Introduced in version 2.31
    DeductionMethod Int32 The method of forecast deduction used.

    • Percent: 0
    • TimeOrder: 1
    • Closest: 2
    • ClosestBefore: 3
    • PeriodicIntervals: 4
    Introduced in version 2.31
    ActiveSupplierPartLinkId Int64? The business key identifier of the active supplier part link of the part planning information.

    • References SupplierPartLinks
    Introduced in version 2.55
    ActiveSupplierPartLink SupplierPartLinks The active supplier part link of the part planning information.

    • Expandable
    DefaultTransferProfileId Int64? The business key identifier of the default transfer profile.

    • References TransferProfiles
    Introduced in version 22.1
    PlanningMethod Int32 The planning method of the part planning information.

    • Netting: 0
    • StockRefill: 1
    • Physical: 2
    Introduced in version 22.1

    Example

    {
      "Id": 0,
      "ContactId": null,
      "WarehouseId": 0,
      "AbcCodeId": null,
      "AcquisitionWarehouseId": null,
      "Eoq": 0.0,
      "RoundingBase": 0.0,
      "SafetyStock": 0.0,
      "AnnualVolume": 0.0,
      "LeadTime": null,
      "MinQuantity": 0.0,
      "MaxQuantity": 0.0,
      "ReorderPoint": 0.0,
      "PalletQuantity": 0.0,
      "AnnualVolumePace": 0.0,
      "EoqPace": 0.0,
      "LotSizingRule": 0,
      "LotSizingPeriod": "00:00:00",
      "AllowOrderCreationFromCustomerOrder": false,
      "SafetyTime": "00:00:00",
      "DeductSalesForecast": 0,
      "DeductionMethod": 0,
      "ActiveSupplierPartLinkId": null,
      "ActiveSupplierPartLink": null,
      "DefaultTransferProfileId": null,
      "PlanningMethod": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB