[OperationContract]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the details for all products of mixtures matching the lookup condition", Description = "Returns the list of proposed products, their references, mixture composition and catalog info (no extra or duplicated components)")]
[SwaggerWcfTag("Catalog (mixtures)", false)]
[WebInvoke(UriTemplate = "/Products/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))]
ProductOfMixtureEntryDetailsContract[] FindMatchingProducts(AmountOfMixtureLookupContract lookupContract)