Click or drag to resize

IElectronicProcessingGetAvailableForms Method

Returns a set of forms, limited to only what is offered by the specified dealer and what the specified vehicle is eligible for.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IElectronicProcessingGetAvailableFormsResponseType GetAvailableForms(
	IElectronicProcessingGetAvailableFormsRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetAvailableFormsRequestType
Specifies dealer and vehicle information needed for the form request.

Return Value

Type: IElectronicProcessingGetAvailableFormsResponseType
A listing of all forms available for the specified vehicle and dealer.
See Also