Show / Hide Table of Contents

    ManufacturingOrderOperationControlDataRows

    Queryable, Introduced in version 22.5

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

    Represents a measuring plan for a manufacturing order operation.

    GUID

    DEFEEB6C-69C9-40E9-9D05-C817707F855C
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the entity.
    ManufacturingOrderOperationId Int64 The business key identifier of the manufacturing order operation that the row relates to.

    • References ManufacturingOrderOperations
    MeasuringTemplateId Int64 The business key identifier of the measuring template that the row relates to.

    • References MeasuringTemplates
    OverridenFormTemplateId Int64 The business key identifier of the form template specified for this row.

    • References FormTemplates
    OverridenFrequencyText String The frequency text specified for this row.

    • Max length is 80
    OverridenIntervalAmount Int32? The quantity value specified for this row.
    OverridenInterval Int32? The interval value specified for this row.
    WorkCenterId Int64? The business key identifier of the work center that the row relates to.

    • References WorkCenters

    Example

    {
      "Id": 0,
      "ManufacturingOrderOperationId": 0,
      "MeasuringTemplateId": 0,
      "OverridenFormTemplateId": 0,
      "OverridenFrequencyText": null,
      "OverridenIntervalAmount": null,
      "OverridenInterval": null,
      "WorkCenterId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB