QuickPricer.asmx
Main
> QuickPricer.asmx
Methods:
RunQuickPricerV1
Runs QuickPricer 1.0 and returns the pricing results.
public string
RunQuickPricerV1(
string
authorizationTicket,
string
xmlInput)
Parameters
authorizationTicket - Authentication string returned by
AuthService.asmx
xmlInput - Quick Pricer Format. See
LOQuickPricerFormat.xsd
Return Value
Pricing Result in xml. See an example at
SampleQuickPricerResult.xml
CreateLead
Creates a lead file in MeridianLink Mortgage from the given QuickPricer file.
public string
CreateLead(
string
authorizationTicket,
string
quickPricerLoanId)
Parameters
authorizationTicket - Authentication string returned by
AuthService.asmx
quickPricerLoanId - The ID of a QuickPricer loan file.
Return Value
The loan number of the newly created lead file in LOXML format.
CreateLoan
Creates a loan file in MeridianLink Mortgage from the given QuickPricer file.
public string
CreateLoan(
string
authorizationTicket,
string
quickPricerLoanId)
Parameters
authorizationTicket - Authentication string returned by
AuthService.asmx
quickPricerLoanId - The ID of a QuickPricer loan file.
templateName - The name of a loan template.
Return Value
The loan number of the newly created loan file in LOXML format.