Table of Contents

Method GetMixturesAndProductDefinitions

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

GetMixturesAndProductDefinitions(ProductLines?, bool, bool)

[OperationContract]
[FaultContract(typeof(ValidationFaultContract))]
[SwaggerWcfTag("Catalog (mixtures)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the catalog mixture and product definitions", Description = "Get the list of catalog mixture and product definitions (basic contract) matching the provided filter criteria")]
[WebGet(UriTemplate = "/Definitions?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))]
CatalogMixtureProductsDefinitionContract[] GetMixturesAndProductDefinitions(ProductLines? productLines = ProductLines.All, bool includeCustom = false, bool excludeOfficial = false)

Parameters

productLines ProductLines?
includeCustom bool
excludeOfficial bool

Returns

CatalogMixtureProductsDefinitionContract[]