AddTraceableMaterialRow
Type, Introduced in version 2.18
Adds a new traceable material row to an entity.
Used by the ReportTraceableManufacturingOrderMaterial command.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
ProductRecordId | Int64 | The business key identifier of the material's product record. References ProductRecords
|
|
PartLocationId | Int64? | The business key identifier of the material's part location.
|
|
BalanceChange | Decimal? | The balance change of the material row.
|
|
Rejections | AddRejectionRow[] | The rejections of the row. |
Example
{
"ProductRecordId": 0,
"PartLocationId": null,
"BalanceChange": null,
"Rejections": null,
"PartLocationInfoKey": {
"PartLocationId": 0,
"ProductRecordId": 0
}
}