PartConfigurationSelectionGroupResults
Queryable, Introduced in version 25.7
GET https://localhost:8001/sv/001.1/api/v1/Common/PartConfigurationSelectionGroupResults
Represents a part configuration selection group result
GUID
309ca79d-4a6b-4e70-9354-204f167449fe
Required permission
Show part
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the part configuration selection group result. |
|
| PartId | Int64 | The business key identifier of the part. |
|
| SelectionGroupTemplateRowId | Int64 | The business key identifier of the selection group row snapshot. |
|
| RowIndex | Int32 | The row of the result. |
|
| SelectionGroupTemplateId | Int64 | The business key identifier of the selection group snapshot. |
|
| PartConfigurationResultId | Int64 | The business key identifier of the part configuration result id. |
Example
{
"Id": 0,
"PartId": 0,
"SelectionGroupTemplateRowId": 0,
"RowIndex": 0,
"SelectionGroupTemplateId": 0,
"PartConfigurationResultId": 0
}