Show / Hide Table of Contents

    ManufacturingPickingListMaterials

    Queryable, Introduced in version 2.48

    GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingPickingListMaterials
    

    Represents a manufacturing picking list material.

    GUID

    7CF7F984-02CB-4B72-B0DA-04DC58F31173
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the manufacturing picking list material.
    MaterialId Int64 The business key identifier of the manufacturing order material.

    • References ManufacturingOrderMaterials
    Material ManufacturingOrderMaterials The manufacturing order material in the manufacturing picking list.

    • Expandable
    Introduced in version 24.9
    QuantityChangeId Int64 The business key identifier of the manufacturing picking list materials quantity change.

    • References QuantityChanges
    QuantityChange QuantityChanges The suggested quantity for withdrawal when creating the picking list.

    • Expandable

    Example

    {
      "Id": 0,
      "MaterialId": 0,
      "Material": null,
      "QuantityChangeId": 0,
      "QuantityChange": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB