Table of Contents

Method FindMatrixOptions

Namespace
Everest.Service.ChemTypes
Assembly
Everest.Service.dll

FindMatrixOptions(ComponentOptionSearchRequestContract)

Searches for chemicals to be used as part of the matrix of a mixture based on the specified search criteria.

[OperationContract]
[SwaggerWcfTag("Chemicals", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Search for matrix selection options.", Description = "Searches for chemicals for use as part of the matrix of a mixture")]
[WebInvoke(UriTemplate = "Overview/Matrix", 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))]
MatrixSelectionOptionsSearchResultContract FindMatrixOptions(ComponentOptionSearchRequestContract searchRequest)

Parameters

searchRequest ComponentOptionSearchRequestContract

The search criteria for finding matrix selection options, encapsulated in a ComponentOptionSearchRequestContract object.

Returns

MatrixSelectionOptionsSearchResultContract

A MatrixSelectionOptionsSearchResultContract containing the search results for matrix options.

Remarks

This method is accessible via a POST request to the "Overview/Matrix" endpoint.

Exceptions

FaultException<TDetail>

Thrown when a fault occurs during the operation.