Table of Contents

Method GetMixtureAndProductDefinitions

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

GetMixtureAndProductDefinitions(string)

[OperationContract]
[FaultContract(typeof(CatalogReferenceNotFoundContract))]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Catalog (mixtures)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the mixture definition for a catalog number", Description = "Get the mixture definition corresponding to the provided catalog number")]
[WebGet(UriTemplate = "/{solutionCode}/Definition", 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.NotFound, Description = "No match found for provided solutionCode", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
CatalogMixtureProductsDefinitionContract GetMixtureAndProductDefinitions(string solutionCode)

Parameters

solutionCode string

Returns

CatalogMixtureProductsDefinitionContract