 | IElectronicProcessingGetRatingFieldsByForm 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)
SyntaxIElectronicProcessingGetRatingFieldsByFormResponseType GetRatingFieldsByForm(
IElectronicProcessingGetRatingFieldsByFormRequestType request
)
Function GetRatingFieldsByForm (
request As IElectronicProcessingGetRatingFieldsByFormRequestType
) As IElectronicProcessingGetRatingFieldsByFormResponseType
function GetRatingFieldsByForm(
request : IElectronicProcessingGetRatingFieldsByFormRequestType
) : IElectronicProcessingGetRatingFieldsByFormResponseType
function GetRatingFieldsByForm(request);
Parameters
- request
- Type: IASIElectronicProcessingGetRatingFieldsByFormRequestType
Parameters used to acquire a list of fields for rating, narrowed down by form and vehicle.
Return Value
Type:
IElectronicProcessingGetRatingFieldsByFormResponseTypeA listing of all fields required for rating the specified forms at the specified dealer.
See Also