ContractLookupGetContractImage Method

Returns a PDF representation of a single customer contract.

Namespace:  IAS
Assembly:  ContractLookup (in ContractLookup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IContractLookupGetContractImageResponseType GetContractImage(
	IContractLookupGetContractImageRequestType request
)

Parameters

request
Type: IASIContractLookupGetContractImageRequestType
Authentication information and search parameters.

Return Value

Type: IContractLookupGetContractImageResponseType
An object containing a base64 representation of the contract PDF.

Implements

IContractLookupGetContractImage(IContractLookupGetContractImageRequestType)
See Also