Table of Contents

Method FindMatchingMixtures

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

FindMatchingMixtures(MixtureLookupContract)

[OperationContract]
[SwaggerWcfTag("Catalog (mixtures)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the details for all mixtures matching the lookup condition", Description = "Returns the full catalog info, mixture composition and references (no extra or duplicated components)")]
[WebInvoke(UriTemplate = "/Find", Method = "POST", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.OK, Description = "Success")]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
CatalogMixtureEntryDetailsContract[] FindMatchingMixtures(MixtureLookupContract lookupContract)

Parameters

lookupContract MixtureLookupContract

Returns

CatalogMixtureEntryDetailsContract[]