LoanService
Click here for a complete list of operations.
LoanFundingAdd
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Loanservice.asmx HTTP/1.1 Host: myequityaccount.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/LoanFundingAdd" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <LoanFundingAdd xmlns="http://tempuri.org/"> <iQuoteID>int</iQuoteID> <dDate>dateTime</dDate> <nCAppNumber>string</nCAppNumber> <mFundingAmt>double</mFundingAmt> <iDealerId>int</iDealerId> <iCustomerID>int</iCustomerID> <vNewUsed>string</vNewUsed> <nYear>string</nYear> <vMake>string</vMake> <vModel>string</vModel> <nVIN>string</nVIN> <nMilage>string</nMilage> <dBlackBookDate>dateTime</dBlackBookDate> <vBlackBookPage>string</vBlackBookPage> <mInvoiceVal>double</mInvoiceVal> <bGapInsurance>boolean</bGapInsurance> <bSecurityDevice>boolean</bSecurityDevice> <mUnitCost>double</mUnitCost> <mGapCost>double</mGapCost> <nNumberofUnits>string</nNumberofUnits> <mInstallationCost>double</mInstallationCost> <mCashDown>double</mCashDown> <mRebate>double</mRebate> <mTrade>double</mTrade> <mLine5>double</mLine5> <vTerm>string</vTerm> <mPayment>double</mPayment> <mDiscount>double</mDiscount> <mFeeForKey>double</mFeeForKey> <mDiscountValue>double</mDiscountValue> <vDiscountCoupon>string</vDiscountCoupon> <mAdjustedDisc>double</mAdjustedDisc> <mDocStampAmt>double</mDocStampAmt> <mRateParticipation>double</mRateParticipation> <mDREAGap>double</mDREAGap> <mEASecurityDevice>double</mEASecurityDevice> <mDownPymtBonus>double</mDownPymtBonus> <mTotalDlrRes>double</mTotalDlrRes> <fGrossDiscount>double</fGrossDiscount> <fNetDiscount>double</fNetDiscount> <mLossAsStated>double</mLossAsStated> <iShareType>int</iShareType> <iAward1>int</iAward1> <iShare1>int</iShare1> <iAward2>int</iAward2> <iShare2>int</iShare2> <vAward1>string</vAward1> <vAward2>string</vAward2> <mBasic1>double</mBasic1> <mBasic2>double</mBasic2> <m10DP1>double</m10DP1> <m10DP2>double</m10DP2> <m15DP1>double</m15DP1> <m15DP2>double</m15DP2> <mPCEAGap1>double</mPCEAGap1> <mPCEAGap2>double</mPCEAGap2> <mTotal1>double</mTotal1> <mTotal2>double</mTotal2> <mIntSalesCommission>double</mIntSalesCommission> <iApprovedby>int</iApprovedby> <bLienResRec>boolean</bLienResRec> <bTitleRec>boolean</bTitleRec> <bOKtoFund>boolean</bOKtoFund> <mTotDwnPayment>double</mTotDwnPayment> <bACH>boolean</bACH> </LoanFundingAdd> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <LoanFundingAddResponse xmlns="http://tempuri.org/"> <LoanFundingAddResult>int</LoanFundingAddResult> </LoanFundingAddResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Loanservice.asmx HTTP/1.1 Host: myequityaccount.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <LoanFundingAdd xmlns="http://tempuri.org/"> <iQuoteID>int</iQuoteID> <dDate>dateTime</dDate> <nCAppNumber>string</nCAppNumber> <mFundingAmt>double</mFundingAmt> <iDealerId>int</iDealerId> <iCustomerID>int</iCustomerID> <vNewUsed>string</vNewUsed> <nYear>string</nYear> <vMake>string</vMake> <vModel>string</vModel> <nVIN>string</nVIN> <nMilage>string</nMilage> <dBlackBookDate>dateTime</dBlackBookDate> <vBlackBookPage>string</vBlackBookPage> <mInvoiceVal>double</mInvoiceVal> <bGapInsurance>boolean</bGapInsurance> <bSecurityDevice>boolean</bSecurityDevice> <mUnitCost>double</mUnitCost> <mGapCost>double</mGapCost> <nNumberofUnits>string</nNumberofUnits> <mInstallationCost>double</mInstallationCost> <mCashDown>double</mCashDown> <mRebate>double</mRebate> <mTrade>double</mTrade> <mLine5>double</mLine5> <vTerm>string</vTerm> <mPayment>double</mPayment> <mDiscount>double</mDiscount> <mFeeForKey>double</mFeeForKey> <mDiscountValue>double</mDiscountValue> <vDiscountCoupon>string</vDiscountCoupon> <mAdjustedDisc>double</mAdjustedDisc> <mDocStampAmt>double</mDocStampAmt> <mRateParticipation>double</mRateParticipation> <mDREAGap>double</mDREAGap> <mEASecurityDevice>double</mEASecurityDevice> <mDownPymtBonus>double</mDownPymtBonus> <mTotalDlrRes>double</mTotalDlrRes> <fGrossDiscount>double</fGrossDiscount> <fNetDiscount>double</fNetDiscount> <mLossAsStated>double</mLossAsStated> <iShareType>int</iShareType> <iAward1>int</iAward1> <iShare1>int</iShare1> <iAward2>int</iAward2> <iShare2>int</iShare2> <vAward1>string</vAward1> <vAward2>string</vAward2> <mBasic1>double</mBasic1> <mBasic2>double</mBasic2> <m10DP1>double</m10DP1> <m10DP2>double</m10DP2> <m15DP1>double</m15DP1> <m15DP2>double</m15DP2> <mPCEAGap1>double</mPCEAGap1> <mPCEAGap2>double</mPCEAGap2> <mTotal1>double</mTotal1> <mTotal2>double</mTotal2> <mIntSalesCommission>double</mIntSalesCommission> <iApprovedby>int</iApprovedby> <bLienResRec>boolean</bLienResRec> <bTitleRec>boolean</bTitleRec> <bOKtoFund>boolean</bOKtoFund> <mTotDwnPayment>double</mTotDwnPayment> <bACH>boolean</bACH> </LoanFundingAdd> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <LoanFundingAddResponse xmlns="http://tempuri.org/"> <LoanFundingAddResult>int</LoanFundingAddResult> </LoanFundingAddResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Loanservice.asmx/LoanFundingAdd?iQuoteID=string&dDate=string&nCAppNumber=string&mFundingAmt=string&iDealerId=string&iCustomerID=string&vNewUsed=string&nYear=string&vMake=string&vModel=string&nVIN=string&nMilage=string&dBlackBookDate=string&vBlackBookPage=string&mInvoiceVal=string&bGapInsurance=string&bSecurityDevice=string&mUnitCost=string&mGapCost=string&nNumberofUnits=string&mInstallationCost=string&mCashDown=string&mRebate=string&mTrade=string&mLine5=string&vTerm=string&mPayment=string&mDiscount=string&mFeeForKey=string&mDiscountValue=string&vDiscountCoupon=string&mAdjustedDisc=string&mDocStampAmt=string&mRateParticipation=string&mDREAGap=string&mEASecurityDevice=string&mDownPymtBonus=string&mTotalDlrRes=string&fGrossDiscount=string&fNetDiscount=string&mLossAsStated=string&iShareType=string&iAward1=string&iShare1=string&iAward2=string&iShare2=string&vAward1=string&vAward2=string&mBasic1=string&mBasic2=string&m10DP1=string&m10DP2=string&m15DP1=string&m15DP2=string&mPCEAGap1=string&mPCEAGap2=string&mTotal1=string&mTotal2=string&mIntSalesCommission=string&iApprovedby=string&bLienResRec=string&bTitleRec=string&bOKtoFund=string&mTotDwnPayment=string&bACH=string HTTP/1.1 Host: myequityaccount.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <int xmlns="http://tempuri.org/">int</int>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Loanservice.asmx/LoanFundingAdd HTTP/1.1 Host: myequityaccount.com Content-Type: application/x-www-form-urlencoded Content-Length: length iQuoteID=string&dDate=string&nCAppNumber=string&mFundingAmt=string&iDealerId=string&iCustomerID=string&vNewUsed=string&nYear=string&vMake=string&vModel=string&nVIN=string&nMilage=string&dBlackBookDate=string&vBlackBookPage=string&mInvoiceVal=string&bGapInsurance=string&bSecurityDevice=string&mUnitCost=string&mGapCost=string&nNumberofUnits=string&mInstallationCost=string&mCashDown=string&mRebate=string&mTrade=string&mLine5=string&vTerm=string&mPayment=string&mDiscount=string&mFeeForKey=string&mDiscountValue=string&vDiscountCoupon=string&mAdjustedDisc=string&mDocStampAmt=string&mRateParticipation=string&mDREAGap=string&mEASecurityDevice=string&mDownPymtBonus=string&mTotalDlrRes=string&fGrossDiscount=string&fNetDiscount=string&mLossAsStated=string&iShareType=string&iAward1=string&iShare1=string&iAward2=string&iShare2=string&vAward1=string&vAward2=string&mBasic1=string&mBasic2=string&m10DP1=string&m10DP2=string&m15DP1=string&m15DP2=string&mPCEAGap1=string&mPCEAGap2=string&mTotal1=string&mTotal2=string&mIntSalesCommission=string&iApprovedby=string&bLienResRec=string&bTitleRec=string&bOKtoFund=string&mTotDwnPayment=string&bACH=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <int xmlns="http://tempuri.org/">int</int>