Sample Request Message
LeasePak Documentation Suite NETSOL website
change

(mPower icon) LPChangeLeaseKey

change

Sample Request Message

The input parameters for this metohd are lease, newPortfolio number, newcompany number, newRegion number, newOffice number, newLease number, effectiveDate of change lease key, bankCode, and securitize Y/N. Threfore, input XML is not required for this method.

Sample 1
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPChangeLeaseKey">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:change>
			<!--Optional:-->
			<urn:lease>25</urn:lease>
			<!--Optional:-->
			<urn:newPortfolio>2</urn:newPortfolio>
			<!--Optional:-->
			<urn:newCompany>1</urn:newCompany>
			<!--Optional:-->
			<urn:newRegion>1</urn:newRegion>
			<!--Optional:-->
			<urn:newOffice>2</urn:newOffice>
			<!--Optional:-->
			<urn:newLease>100</urn:newLease>
			<!--Optional:-->
			<urn:effectiveDate>020789</urn:effectiveDate>
			<!--Optional:-->
			<urn:bankCode>125</urn:bankCode>
			<!--Optional:-->
			<urn:securitize>N</urn:securitize>
		</urn:change>
	</soapenv:Body>
</soapenv:Envelope>
Sample 2
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:urn="urn:LPChangeLeaseKey">
	<soap:Header/>
	<soap:Body>
		<urn:change>
			<urn:lease>50</urn:lease>
			<urn:newPortfolio>5</urn:newPortfolio>
			<urn:newCompany>1</urn:newCompany>
			<urn:newRegion>1</urn:newRegion>
			<urn:newOffice>1</urn:newOffice>
			<urn:newLease>100</urn:newLease>
			<urn:effectiveDate>032589</urn:effectiveDate>
			<urn:bankCode>125</urn:bankCode>
			<urn:securitize>N</urn:securitize>
		</urn:change>
	</soap:Body>
</soap:Envelope>
Sample Error Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPChangeLeaseKey">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:change>
			<!--Optional:-->
			<urn:lease>25</urn:lease>
			<!--Optional:-->
			<urn:newPortfolio>2</urn:newPortfolio>
			<!--Optional:-->
			<urn:newCompany>1</urn:newCompany>
			<!--Optional:-->
			<urn:newRegion>1</urn:newRegion>
			<!--Optional:-->
			<urn:newOffice>1</urn:newOffice>
			<!--Optional:-->
			<urn:newLease>63</urn:newLease>
			<!--Optional:-->
			<urn:effectiveDate>020789</urn:effectiveDate>
			<!--Optional:-->
			<urn:bankCode>125</urn:bankCode>
			<!--Optional:-->
			<urn:securitize>Y</urn:securitize>
		</urn:change>
	</soapenv:Body>
</soapenv:Envelope>
With blank input parameters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPChangeLeaseKey">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:change>
			<!--Optional:-->
			<urn:lease></urn:lease>
			<!--Optional:-->
			<urn:newPortfolio></urn:newPortfolio>
			<!--Optional:-->
			<urn:newCompany></urn:newCompany>
			<!--Optional:-->
			<urn:newRegion></urn:newRegion>
			<!--Optional:-->
			<urn:newOffice></urn:newOffice>
			<!--Optional:-->
			<urn:newLease></urn:newLease>
			<!--Optional:-->
			<urn:effectiveDate></urn:effectiveDate>
			<!--Optional:-->
			<urn:bankCode></urn:bankCode>
			<!--Optional:-->
			<urn:securitize></urn:securitize>
		</urn:change>
	</soapenv:Body>
</soapenv:Envelope>
Without Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPChangeLeaseKey">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:change>
			<urn:lease/>
			<urn:newPortfolio>7</urn:newPortfolio>
			<urn:newCompany>1</urn:newCompany>
			<urn:newRegion>1</urn:newRegion>
			<urn:newOffice>1</urn:newOffice>
			<urn:newLease>1</urn:newLease>
			<urn:effectiveDate>031889</urn:effectiveDate>
			<urn:bankCode>125</urn:bankCode>
			<urn:securitize>N</urn:securitize>
		</urn:change>
	</soapenv:Body>
</soapenv:Envelope>
When Base Rates are not updated
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPChangeLeaseKey">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:change>
			<urn:lease>5</urn:lease>
			<urn:newPortfolio>2</urn:newPortfolio>
			<urn:newCompany>1</urn:newCompany>
			<urn:newRegion>1</urn:newRegion>
			<urn:newOffice>2</urn:newOffice>
			<urn:newLease/>
			<urn:effectiveDate>031889</urn:effectiveDate>
			<urn:bankCode>125</urn:bankCode>
			<urn:securitize>N</urn:securitize>
		</urn:change>
	</soapenv:Body>
</soapenv:Envelope>
Invalid Date Format
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPChangeLeaseKey">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:change>
			<urn:lease>5</urn:lease>
			<urn:newPortfolio>2</urn:newPortfolio>
			<urn:newCompany>1</urn:newCompany>
			<urn:newRegion>1</urn:newRegion>
			<urn:newOffice>2</urn:newOffice>
			<urn:newLease></urn:newLease>
			<urn:effectiveDate>890318</urn:effectiveDate>
			<urn:bankCode>125</urn:bankCode>
			<urn:securitize>N</urn:securitize>
		</urn:change>
	</soapenv:Body>
</soapenv:Envelope>