ContractLookupGetContractDetail Method

Returns a specific single customer contract.

Namespace:  IAS
Assembly:  ContractLookup (in ContractLookup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CommonGetContractDetailResponseType GetContractDetail(
	CommonGetContractDetailRequestType request
)

Parameters

request
Type: IASCommonGetContractDetailRequestType
Authentication information and search parameters.

Return Value

Type: CommonGetContractDetailResponseType
One or more objects representing the contracts found during the search process.

Implements

IContractLookupGetContractDetail(CommonGetContractDetailRequestType)
See Also