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.
|
|
MeasuringTemplateId | Int64 | The business key identifier of the measuring template that the row relates to.
|
|
OverridenFormTemplateId | Int64 | The business key identifier of the form template specified for this row.
|
|
OverridenFrequencyText | String | The frequency text specified for this row.
|
|
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.
|
Example
{
"Id": 0,
"ManufacturingOrderOperationId": 0,
"MeasuringTemplateId": 0,
"OverridenFormTemplateId": 0,
"OverridenFrequencyText": null,
"OverridenIntervalAmount": null,
"OverridenInterval": null,
"WorkCenterId": null
}