Method FindMatrixOptions
FindMatrixOptions(ComponentOptionSearchRequestContract)
Searches for chemicals to be used as part of the matrix of a mixture based on the specified search criteria.
public 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.