PartConfigurationResults
Queryable, Introduced in version 2.55
GET https://localhost:8001/sv/001.1/api/v1/Common/PartConfigurationResults
Represents a part configuration result.
GUID
E1BE03D8-6DBC-437E-89CF-D947C3299218
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the part configuration result. |
|
TemplateId | Int64 | The business key identifier of the result's template.
|
|
MainPartId | Int64? | The business key identifier of the part to configure.
|
|
Quantity | Decimal | The quantity to produce from this configuration. |
|
UnitPrice | Decimal? | The unit price of the configured part. |
|
UnitPriceCurrencyId | Int64? | The business key identifier of the currency for the configured part's unit price.
|
|
StandardPrice | Decimal? | The standard price of the configured part. |
|
StandardPriceCurrencyId | Int64? | The business key identifier of the currency for the configured part's standard price.
|
|
UnitPriceInCompanyCurrency | Decimal? | The unit price of the configured part int the company's currency. |
|
UnitPriceInCompanyCurrencyCurrencyId | Int64? | The business key identifier of the currency for the configured part's price in company currency.
|
|
DiscountPercentage | Decimal | The discount percentage for the configured part. |
|
LockedUnitPrice | Boolean | If the unit price is locked on the configured part. |
|
LockedDiscount | Boolean | If the discount percentage is locked on the configured part. |
|
AlternativePreparationCode | String | The alternative preparation code on the configured part.
|
|
WeightPerUnit | Decimal? | The weight per unit on the configured part. |
|
IsValid | Boolean | If the configuration is valid. |
|
PriceFormulaFactor | Decimal | The price formula factor for the configured part. |
|
SnapshotId | Int64? | The business key identifier of the result's snapshot.
|
|
PartConfigurationId | Int64? | The business key identifier of the result's configuration.
|
|
PartCalculationId | Int64? | The business key identifier of the result's calculation.
|
Example
{
"Id": 0,
"TemplateId": 0,
"MainPartId": null,
"Quantity": 0.0,
"UnitPrice": null,
"UnitPriceCurrencyId": null,
"StandardPrice": null,
"StandardPriceCurrencyId": null,
"UnitPriceInCompanyCurrency": null,
"UnitPriceInCompanyCurrencyCurrencyId": null,
"DiscountPercentage": 0.0,
"LockedUnitPrice": false,
"LockedDiscount": false,
"AlternativePreparationCode": null,
"WeightPerUnit": null,
"IsValid": false,
"PriceFormulaFactor": 0.0,
"SnapshotId": null,
"PartConfigurationId": null,
"PartCalculationId": null
}