Click or drag to resize

IContractLookup.GetContractImage 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
IContractLookup.GetContractImageResponseType GetContractImage(
	IContractLookup.GetContractImageRequestType request
)

Parameters

request
Type: IAS.IContractLookup.GetContractImageRequestType
Authentication information and search parameters.

Return Value

Type: IContractLookup.GetContractImageResponseType
An object containing a base64 representation of the contract PDF.
See Also