Show / Hide Table of Contents

    SetManufacturingOrderOperationReportingTraceabilityData

    Type, Introduced in version 2.43

    Used to set the traceability data of a manufacturing order operation reporting.

    Properties

    Name Type Summary Introduced in
    ManufacturingOrderOperationId Int64 The business key identifier of the operation that requires traceability data.

    References ManufacturingOrderOperations.

    • Mandatory
    ProductRecordId Int64? The business key identifier of the product record to associate with the manufacturing order operation result.

    References ProductRecords.

    • Mandatory
    Materials SetManufacturingOrderMaterialReportingTraceabilityData[] The traceability data to set for the manufacturing order operation's materials.

    References SetManufacturingOrderOperationReportingTraceabilityData.

    • Mandatory (if operation has materials that require traceability data)

    Example

    {
      "ManufacturingOrderOperationId": 0,
      "ProductRecordId": null,
      "Materials": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB