SetManufacturingOrderMaterialReportingTraceabilityData
Type, Introduced in version 2.43
Used to set the traceability data of a manufacturing order material reporting.
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| ManufacturingOrderMaterialId | Int64 | The business key identifier of the manufacturing order material that requires traceability data. References ManufacturingOrderMaterials.
|
|
| TraceabilityMode | Int32 | The traceability mode of the manufacturing order material.
|
|
| ProductRecordId | Int64? | The business key identifier of the product record to associate with the manufacturing order material. References ProductRecords.
|
|
| AvailableProductRecordIds | Int64[] | The product record ids that are available to assign for the manufacturing order material. References ProductRecords. |
|
| SerialNumber | String | The serial number to set for the manufacturing order material.
|
Example
{
"ManufacturingOrderMaterialId": 0,
"TraceabilityMode": 0,
"ProductRecordId": null,
"AvailableProductRecordIds": null,
"SerialNumber": null
}