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.
|
|
| Quantity | Decimal | The quantity of the result row. |
Introduced in version 25.9 |
| SetupQuantity | Decimal | The setup quantity of the result row. |
Introduced in version 26.3 |
| UnitPrice | Decimal? | The unit price amount. |
Introduced in version 26.3 |
| UnitPriceCurrencyId | Int64? | The business key identifier of the currency for the unit price.
|
Introduced in version 26.3 |
| UnitPriceInCompanyCurrency | Decimal? | The unit price amount in company currency. |
Introduced in version 26.3 |
| UnitPriceInCompanyCurrencyCurrencyId | Int64? | The business key identifier of the currency for the unit price in company currency.
|
Introduced in version 26.3 |
| DiscountPercentage | Decimal | The discount percentage. |
Introduced in version 26.3 |
| PriceFormulaFactor | Decimal | The price formula factor. |
Introduced in version 26.3 |
| LockedUnitPrice | Boolean | Whether the unit price is locked. |
Introduced in version 26.3 |
| LockedDiscount | Boolean | Whether the discount is locked. |
Introduced in version 26.3 |
| SelectedByType | Int32 | The type indicating how the row was selected.
|
Introduced in version 26.3 |
| SelectedByName | String | The name indicating who or what selected the row. |
Introduced in version 26.3 |
| SelectionType | Int32 | The selection type.
|
Introduced in version 26.3 |
| ToOperation | Int32? | The target operation number. |
Introduced in version 26.3 |
| MainPartId | Int64? | The business key identifier of the main part.
|
Introduced in version 26.3 |
| Position | String | The position string. |
Introduced in version 26.3 |
Example
{
"Id": 0,
"PartId": 0,
"SelectionGroupTemplateRowId": 0,
"RowIndex": 0,
"SelectionGroupTemplateId": 0,
"PartConfigurationResultId": 0,
"Quantity": 0.0,
"SetupQuantity": 0.0,
"UnitPrice": null,
"UnitPriceCurrencyId": null,
"UnitPriceInCompanyCurrency": null,
"UnitPriceInCompanyCurrencyCurrencyId": null,
"DiscountPercentage": 0.0,
"PriceFormulaFactor": 0.0,
"LockedUnitPrice": false,
"LockedDiscount": false,
"SelectedByType": 0,
"SelectedByName": null,
"SelectionType": 0,
"ToOperation": null,
"MainPartId": null,
"Position": null
}