Table of Contents

Method GetMixturesAndProductDetails

Namespace
Everest.Service.Catalog.Mixtures
Assembly
Everest.Service.dll

GetMixturesAndProductDetails(ProductLines?, bool, bool)

[OperationContract]
[FaultContract(typeof(ValidationFaultContract))]
[SwaggerWcfTag("Catalog (mixtures)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the detailed catalog mixtures and their products", Description = "Get the list of catalog mixture and product definitions (full contract) matching the provided filter criteria")]
[WebGet(UriTemplate = "/Details?productLines={productLines}&includeCustom={includeCustom}&excludeOfficial={excludeOfficial}", ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.OK, Description = "Success")]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.InternalServerError, Description = "An unexpected error occurred while processing the request.", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
CatalogMixtureProductsDetailsContract[] GetMixturesAndProductDetails(ProductLines? productLines = ProductLines.All, bool includeCustom = false, bool excludeOfficial = false)

Parameters

productLines ProductLines?
includeCustom bool
excludeOfficial bool

Returns

CatalogMixtureProductsDetailsContract[]