Table of Contents

Method GetAvailableConcentrations

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

GetAvailableConcentrations(CatalogConcentrationsRequestContact)

[OperationContract]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Catalog (common)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Find catalog chemical concentrations for a given component and search criteria", Description = "Returns the concentration occurrences for a given component, found in chemicals matching the provided search criteria")]
[WebInvoke(UriTemplate = "/Overview/Analytes/Concentrations", 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))]
CatalogConcentrationOccurrencesContract GetAvailableConcentrations(CatalogConcentrationsRequestContact requestContract)

Parameters

requestContract CatalogConcentrationsRequestContact

Returns

CatalogConcentrationOccurrencesContract