Method FindMatrixOptions
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
searchRequestComponentOptionSearchRequestContractThe 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.