 | IElectronicProcessingGetRatingFieldsByProductLine 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)
SyntaxIElectronicProcessingGetRatingFieldsByProductLineResponseType GetRatingFieldsByProductLine(
IElectronicProcessingGetRatingFieldsByProductLineRequestType request
)
Function GetRatingFieldsByProductLine (
request As IElectronicProcessingGetRatingFieldsByProductLineRequestType
) As IElectronicProcessingGetRatingFieldsByProductLineResponseType
function GetRatingFieldsByProductLine(
request : IElectronicProcessingGetRatingFieldsByProductLineRequestType
) : IElectronicProcessingGetRatingFieldsByProductLineResponseType
function GetRatingFieldsByProductLine(request);
Parameters
- request
- Type: IASIElectronicProcessingGetRatingFieldsByProductLineRequestType
Parameters used to acquire a list of fields for rating, narrowed down by product line.
Return Value
Type:
IElectronicProcessingGetRatingFieldsByProductLineResponseTypeA listing of all fields required for rating the specified forms at the specified dealer.
See Also