Click or drag to resize

IElectronicProcessingGenerateElectronicContract Method

Enrolls a customer in a given program and returns an electronic contract representing the enrollment.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IElectronicProcessingGenerateElectronicContractResponseType GenerateElectronicContract(
	IElectronicProcessingGenerateElectronicContractRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGenerateElectronicContractRequestType
Parameters desribing the plan(s) to be purchased, the customer, and the vehicle.

Return Value

Type: IElectronicProcessingGenerateElectronicContractResponseType
One or more electronic contract objects, which contain the unique ID of an electronic contract as well as the PDF of the contract.
See Also