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.
|
|
ProductRecordId | Int64? | The business key identifier of the product record to associate with the manufacturing order operation result. References ProductRecords.
|
|
Materials | SetManufacturingOrderMaterialReportingTraceabilityData[] | The traceability data to set for the manufacturing order operation's materials. References SetManufacturingOrderOperationReportingTraceabilityData.
|
Example
{
"ManufacturingOrderOperationId": 0,
"ProductRecordId": null,
"Materials": null
}