 | 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)
SyntaxIContractLookup.GetContractImageResponseType GetContractImage(
IContractLookup.GetContractImageRequestType request
)
Function GetContractImage (
request As IContractLookup.GetContractImageRequestType
) As IContractLookup.GetContractImageResponseType
function GetContractImage(
request : IContractLookup.GetContractImageRequestType
) : IContractLookup.GetContractImageResponseType
function GetContractImage(request);
Parameters
- request
- Type: IAS.IContractLookup.GetContractImageRequestType
Authentication information and search parameters.
Return Value
Type:
IContractLookup.GetContractImageResponseTypeAn object containing a base64 representation of the contract PDF.
See Also