ElectronicProcessingGetRatingFieldsByProductLine Method

Returns a list of any and all fields that are needed for eRating a specific form for a set of given product lines. This method is normally called in business office applications where the prodct lines are 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 IElectronicProcessingGetRatingFieldsByProductLineResponseType GetRatingFieldsByProductLine(
	IElectronicProcessingGetRatingFieldsByProductLineRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetRatingFieldsByProductLineRequestType
Parameters used to acquire a list of fields for rating, narrowed down by product line.

Return Value

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

Implements

IElectronicProcessingGetRatingFieldsByProductLine(IElectronicProcessingGetRatingFieldsByProductLineRequestType)
See Also