LPBookLease
payoffQuote
Sample Request Message
<?xml version="1.0"?>
<PAYOFFQUOTE_RECORD>
<leaseNumber>1</leaseNumber>
<payoffMethod>INV</payoffMethod>
<effectiveDate>12/31/06</effectiveDate>
<includeUnguaranteedResidual>N</includeUnguaranteedResidual>
<includePaymentsOutstanding>N</includePaymentsOutstanding>
</PAYOFFQUOTE_RECORD>
Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPBookLease">
<soapenv:Header/>
<soapenv:Body>
<urn:payoffQuote>
<!--Optional:-->
<urn:input><![CDATA[<?xml version="1.0"?>
<PAYOFFQUOTE_RECORD>
<leaseNumber>1</leaseNumber>
<payoffMethod>INV</payoffMethod>
<effectiveDate>12/31/06</effectiveDate>
<includeUnguaranteedResidual>N</includeUnguaranteedResidual>
<includePaymentsOutstanding>N</includePaymentsOutstanding>
</PAYOFFQUOTE_RECORD>
]]></urn:input>
</urn:payoffQuote>
</soapenv:Body>
</soapenv:Envelope>