ElectronicProcessingGetRatingFields Method

Returns a list of any and all fields that are needed for eRating for a given dealer ID. 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 IElectronicProcessingGetRatingFieldsResponseType GetRatingFields(
	IElectronicProcessingGetRatingFieldsRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetRatingFieldsRequestType
Parameters needed to acquire a list of fields needed for rating at a certain dealer.

Return Value

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

Implements

IElectronicProcessingGetRatingFields(IElectronicProcessingGetRatingFieldsRequestType)
See Also