ElectronicProcessingGetRatingFieldsByForm Method

Returns a list of any and all fields that are needed for eRating a specific form for a given dealer ID. This method is normally called in business office applications where the form is already known. This information can be used to reduce the amount of information collected in the UI prior to a call to request rates.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingGetRatingFieldsByFormResponseType GetRatingFieldsByForm(
	IElectronicProcessingGetRatingFieldsByFormRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetRatingFieldsByFormRequestType
Parameters used to acquire a list of fields for rating, narrowed down by form and vehicle.

Return Value

Type: IElectronicProcessingGetRatingFieldsByFormResponseType
A listing of all fields required for rating the specified forms at the specified dealer.

Implements

IElectronicProcessingGetRatingFieldsByForm(IElectronicProcessingGetRatingFieldsByFormRequestType)
See Also