Table of Contents

Method GetReferenceDefinition

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

GetReferenceDefinition(string)

[OperationContract]
[FaultContract(typeof(CatalogReferenceNotFoundContract))]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Catalog (mixtures)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the mixture reference, composition and basic information for a catalog number", Description = "Contains the basic catalog info and composition with the catalog mixture reference as main identifier (no products)")]
[WebGet(UriTemplate = "/{solutionCode}/Reference/Definition")]
[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))]
CatalogMixtureEntryDefinitionContract GetReferenceDefinition(string solutionCode)

Parameters

solutionCode string

Returns

CatalogMixtureEntryDefinitionContract