Show / Hide Table of Contents

    ManufacturingOrderOperations

    Queryable, Introduced in version 2.18

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

    Represents a manufacturing order operation.

    GUID

    C1A9916E-607F-4720-9941-EEC496C92E2D
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the manufacturing order operation.
    Priority Int32 The priority of the manufacturing order operation.
    WorkCenterId Int64 The business key identifier of the manufacturing order operation's work center.

    References WorkCenters
    PartId Int64 The business key identifier of the manufacturing order operation's part.

    References
    Part Parts The manufacturing order operation's part.

    • Expandable
    PlannedQuantity Decimal The planned quantity of the manufacturing order operation.
    ReportedQuantity Decimal The reported quantity of the manufacturing order operation.
    RestQuantity Decimal The remaining quantity of the manufacturing order operation.
    ReportedSetupTime TimeSpan The reported setup time of the manufacturing order operation.
    ReportedUnitTime TimeSpan The reported unit time of the manufacturing order operation.
    RejectedQuantity Decimal The rejected quantity of the manufacturing order operation.
    WipLocation String The work-in-progress location of the manufacturing order operation.
    ReportNumber Int64 The report number of the manufacturing order operation.
    InstructionCommentId Int64? The business key identifier of the manufacturing order operation's instruction comment.

    References Comments
    InstructionComment Comments The manufacturing order operation's instruction comment.

    • Expandable
    ManufacturingOrderId Int64 The business key identifier of the manufacturing order that the manufacturing order operation
    belongs to.

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

    References ManufacturingOrderNodes
    Introduced in version 2.30
    OperationNumber Int32 The operation number of the manufacturing order operation.
    PlannedSetupTime TimeSpan The planned setup time of the manufacturing order operation.
    PlannedUnitTime TimeSpan The planned unit time of the manufacturing order operation.
    PlannedStartDate DateTimeOffset The planned start date of the manufacturing order operation.
    Introduced in version 2.27
    PlannedFinishDate DateTimeOffset The planned finish date of the manufacturing order operation.
    Introduced in version 2.27
    ActualStartDate DateTimeOffset? The actual (reported) start date of the manufacturing order operation.
    Introduced in version 2.27
    ActualFinishDate DateTimeOffset? The actual (reported) finish date of the manufacturing order operation.
    Introduced in version 2.27
    OperationRowId Int64? The business key identifier of the operation row that the manufacturing order operation is based on.
    Can be null if the manufacturing order operation is added manually.

    • References OperationRows
    Introduced in version 2.41
    OperationRow OperationRows The operation row that the manufacturing order operation is based on.

    • Expandable
    Introduced in version 2.41
    Status Int32 The status of the manufacturing order operation's status.

    • None: 0
    • Started: 1
    • PartiallyShipped: 2
    • FullyShipped: 3
    • PartiallyReported: 4
    • Finished: 5
    Introduced in version 2.50
    WorkshopOperationStatus Int32 The workshop status of the manufacturing order operation's status.

    • NotInitialized: 0
    • InProgress: 1
    • ClockedOut: 2
    • Interrupted: 3
    • PartiallyReported: 4
    • SetupTime: 5
    • IsStandingBy: 6
    • Finished: 9
    Introduced in version 2.50
    BundleId Int64? An generated id that is common for a collection of operations.
    Introduced in version 2.52
    Description String The translated description of the manufacturing order operation.
    Introduced in version 2.54
    ControlDataRows ManufacturingOrderOperationControlDataRows[] The control data rows.

    • Expandable
    Introduced in version 22.5
    OrderQuantityId Int64? The business key identifier of order quantity.

    • References OrderQuantityManufacturingOrderOperations
    Introduced in version 22.6
    OrderQuantity OrderQuantityManufacturingOrderOperations Order quantity that holds the partial quantities.

    • Expandable
    Introduced in version 22.6
    ClearedStatus Boolean Specifies if the status is cleared.
    Introduced in version 23.3
    OnPriorityPlan Boolean Indicates if the operation is shown in priority plan.
    Introduced in version 25.2
    ManualOperationStatusId Int64? The business key identifier of manual operation status.

    • References ManualOperationStatuses
    Introduced in version 25.2
    ManualOperationStatus ManualOperationStatuses The manual operation status.

    • Expandable
    Introduced in version 25.2
    Materials ManufacturingOrderMaterials[] The manufacturing order materials of the operation.

    • Expandable
    Introduced in version 24.4
    FixedLeadTime TimeSpan? The fixed lead time of the manufacturing order operation.
    Introduced in version 24.6

    Example

    {
      "Id": 0,
      "Priority": 0,
      "WorkCenterId": 0,
      "PartId": 0,
      "Part": null,
      "PlannedQuantity": 0.0,
      "ReportedQuantity": 0.0,
      "RestQuantity": 0.0,
      "ReportedSetupTime": "00:00:00",
      "ReportedUnitTime": "00:00:00",
      "RejectedQuantity": 0.0,
      "WipLocation": null,
      "ReportNumber": 0,
      "InstructionCommentId": null,
      "InstructionComment": null,
      "ManufacturingOrderId": 0,
      "ManufacturingOrderNodeId": 0,
      "OperationNumber": 0,
      "PlannedSetupTime": "00:00:00",
      "PlannedUnitTime": "00:00:00",
      "PlannedStartDate": "0001-01-01T00:00:00+00:00",
      "PlannedFinishDate": "0001-01-01T00:00:00+00:00",
      "ActualStartDate": null,
      "ActualFinishDate": null,
      "OperationRowId": null,
      "OperationRow": null,
      "Status": 0,
      "WorkshopOperationStatus": 0,
      "BundleId": null,
      "Description": null,
      "ControlDataRows": null,
      "OrderQuantityId": null,
      "OrderQuantity": null,
      "ClearedStatus": false,
      "OnPriorityPlan": false,
      "ManualOperationStatusId": null,
      "ManualOperationStatus": null,
      "Materials": null,
      "FixedLeadTime": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB