Show / Hide Table of Contents

    ManufacturingOrderMaterials

    Queryable, Introduced in version 2.18

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

    Represents a manufacturing order material.

    GUID

    34CE9D0E-1927-446E-B5A9-A40E9CC937B6
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the manufacturing order material.
    ReportNumber Int64 The report number of the manufacturing order material.
    RowNumber Int32 The row number of the manufacturing order material.
    PartId Int64 The business key identifier of the manufacturing order material part.

    References Parts
    Part Parts The manufacturing order material part.

    • Expandable
    ToOperationNumber Int32 The manufacturing order operation number that the manufacturing order material belongs to.
    ReportedQuantity Decimal The reported quantity of the manufacturing order material.
    RestQuantity Decimal The remaining quantity of the manufacturing order material.
    PlannedQuantity Decimal The planned quantity of the manufacturing order material.
    ManufacturingOrderId Int64 The business key identifier of the manufacturing order that the manufacturing
    order material belongs to.

    References ManufacturingOrders
    ManufacturingOrderNodeId Int64 The business key identifier of the manufacturing order node that the manufacturing
    order material belongs to.

    References ManufacturingOrderNodes
    Introduced in version 2.30
    PositionNumber String The position number of the material.
    Introduced in version 2.49
    InstructionCommentId Int64? The business key identifier of the manufacturing order material's instruction comment.

    • References Comments
    Introduced in version 2.49
    InstructionComment Comments The manufacturing order material's instruction comment.

    • Expandable
    Introduced in version 2.49
    QuantityPerUnit Decimal Quantity per unit of the manufacturing order material.
    Introduced in version 22.9
    CycleTime TimeSpan? Cycle time of the manufacturing order material.
    Introduced in version 22.9
    EditedStatus Int32 Edited status of the manufacturing order material.

    • NotEdited: 0
    • Edited: 1
    • Synchronized: 2

    • Bitmask
    Introduced in version 22.9
    ExtraQuantityProcent Decimal Extra quantity procent of the manufacturing order material.
    Introduced in version 22.9
    LinkedPurchaseOrderRowId Int64? The business key identifier of the purchase order row that the manufacturing order material belongs to.

    • References PurchaseOrderRows
    Introduced in version 22.9
    LockedToBatchNo String Locked To batch number of the manufacturing order material.

    • Max length is 35
    Introduced in version 22.9
    QuantityPerCycle Decimal? Quantity per cycle of the manufacturing order material.
    Introduced in version 22.9
    RejectedQuantity Decimal Rejected quantity of the manufacturing order material.
    Introduced in version 22.9
    ReportedSetupQuantity Decimal Reported setup quantity of the manufacturing order material.
    Introduced in version 22.9
    RestSetupQuantity Decimal Rest setup quantity of the manufacturing order material.
    Introduced in version 22.9
    SetupQuantity Decimal Setup quantity of the manufacturing order material.
    Introduced in version 22.9
    MaterialRowOriginId Int64? Material row origin id of the manufacturing order material.
    Introduced in version 24.4

    Example

    {
      "Id": 0,
      "ReportNumber": 0,
      "RowNumber": 0,
      "PartId": 0,
      "Part": null,
      "ToOperationNumber": 0,
      "ReportedQuantity": 0.0,
      "RestQuantity": 0.0,
      "PlannedQuantity": 0.0,
      "ManufacturingOrderId": 0,
      "ManufacturingOrderNodeId": 0,
      "PositionNumber": null,
      "InstructionCommentId": null,
      "InstructionComment": null,
      "QuantityPerUnit": 0.0,
      "CycleTime": null,
      "EditedStatus": 0,
      "ExtraQuantityProcent": 0.0,
      "LinkedPurchaseOrderRowId": null,
      "LockedToBatchNo": null,
      "QuantityPerCycle": null,
      "RejectedQuantity": 0.0,
      "ReportedSetupQuantity": 0.0,
      "RestSetupQuantity": 0.0,
      "SetupQuantity": 0.0,
      "MaterialRowOriginId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB