Method GetMatrixApplications
GetMatrixApplications(string)
Retrieves the possible applications of a mixture containing a matrix with the specified chemical.
public ChemicalApplication[] GetMatrixApplications(string code)
Parameters
codestringThe unique identifier of the chemical analyte.
Returns
- ChemicalApplication[]
An array of Everest.Model.ChemTypes.ChemicalApplication representing the possible applications.
Remarks
This method is accessible via a GET request to the URI template:
Overview/Matrix/Applications/{code}.
Exceptions
- FaultException<TDetail>
Thrown when the specified chemical is not found.
- FaultException<TDetail>
Thrown when the input validation fails.