Click or drag to resize

IContractLookupGetContractList Method

Returns a list of contracts matching one or more supplied search parameters.

Namespace:  IAS
Assembly:  ContractLookup (in ContractLookup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IContractLookupGetContractListResponseType GetContractList(
	IContractLookupGetContractListRequestType request
)

Parameters

request
Type: IASIContractLookupGetContractListRequestType
Authentication information and search parameters.

Return Value

Type: IContractLookupGetContractListResponseType
One or more objects representing the contracts found during the search process.
See Also