Table of Contents

Method UpdateCatalog

Namespace
Everest.Service.Catalog.Substances
Assembly
Everest.Service.dll

UpdateCatalog(string)

[OperationContract]
[FaultContract(typeof(CatalogReferenceNotFoundContract))]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Catalog (substances)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Refresh a catalog substance definition", Description = "Forces a refresh on the definition of a catalog substance (solutionCode must be enclosed in double quotes).")]
[WebInvoke(UriTemplate = "/Refresh", Method = "POST", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(Description = "Success", StatusCode = HttpStatusCode.OK)]
[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))]
void UpdateCatalog(string solutionCode)

Parameters

solutionCode string