 | IContractLookupGetContractImage 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)
SyntaxIContractLookupGetContractImageResponseType GetContractImage(
IContractLookupGetContractImageRequestType request
)
Function GetContractImage (
request As IContractLookupGetContractImageRequestType
) As IContractLookupGetContractImageResponseType
function GetContractImage(
request : IContractLookupGetContractImageRequestType
) : IContractLookupGetContractImageResponseType
function GetContractImage(request);
Parameters
- request
- Type: IASIContractLookupGetContractImageRequestType
Authentication information and search parameters.
Return Value
Type:
IContractLookupGetContractImageResponseTypeAn object containing a base64 representation of the contract PDF.
See Also