 | 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)
SyntaxIContractLookupGetContractListResponseType GetContractList(
IContractLookupGetContractListRequestType request
)
Function GetContractList (
request As IContractLookupGetContractListRequestType
) As IContractLookupGetContractListResponseType
function GetContractList(
request : IContractLookupGetContractListRequestType
) : IContractLookupGetContractListResponseType
function GetContractList(request);
Parameters
- request
- Type: IASIContractLookupGetContractListRequestType
Authentication information and search parameters.
Return Value
Type:
IContractLookupGetContractListResponseTypeOne or more objects representing the contracts found during the search process.
See Also