Table of Contents

Method UpdateCatalog

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

UpdateCatalog(string)

[OperationContract]
[FaultContract(typeof(CatalogReferenceNotFoundContract))]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Catalog (common)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Refresh a catalog chemical definition", Description = "Forces a refresh on the definition of a catalog chemical")]
[WebInvoke(UriTemplate = "/Refresh", Method = "POST", RequestFormat = WebMessageFormat.Json, 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.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
void UpdateCatalog(string solutionCode)

Parameters

solutionCode string