Show / Hide Table of Contents

    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.

    • References PartConfigurationTemplates
    MainPartId Int64? The business key identifier of the part to configure.

    • References Parts
    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.

    • References Currencies
    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.

    • References Currencies
    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.

    • References Currencies
    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.

    • Max length is 200
    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.

    • References PartConfigurationTemplateSnapshot
    PartConfigurationId Int64? The business key identifier of the result's configuration.

    • References PartConfigurations
    PartCalculationId Int64? The business key identifier of the result's calculation.

    • References PartCalculation

    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB