AlternativeOperationRows
Queryable, Introduced in version 26.6
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/AlternativeOperationRows
Represents an alternative work center on an operation row.
GUID
E3E25806-EF54-43CA-9B22-C1417D0CED80
Required permission
Show part
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the alternative operation row. |
|
| OperationRowId | Int64 | The business key identifier of the operation row that owns this alternative.
|
|
| WorkCenterId | Int64 | The business key identifier of the alternative work center. References WorkCenters |
|
| UnitStaffingFactor | Decimal? | The unit staffing factor of the alternative operation row. |
|
| SetupStaffingFactor | Decimal? | The setup staffing factor of the alternative operation row. |
|
| QueueTime | TimeSpan? | The queue time of the alternative operation row. |
|
| SetupTime | TimeSpan? | The setup time of the alternative operation row. |
|
| UnitTime | TimeSpan? | The unit time of the alternative operation row. |
|
| CycleTime | TimeSpan? | The cycle time of the alternative operation row. |
Example
{
"Id": 0,
"OperationRowId": 0,
"WorkCenterId": 0,
"UnitStaffingFactor": null,
"SetupStaffingFactor": null,
"QueueTime": null,
"SetupTime": null,
"UnitTime": null,
"CycleTime": null
}