Sample Request Message
LeasePak Documentation Suite NETSOL website
retrieveIDCIDR

(mPower icon) LPIDCIDRAdjustment

retrieveIDCIDR

Sample Request Message

The input for this method is a lease number to retrieve IDC/IDR adjustment information. For example lease #33.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPIDCIDRAdjustment">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieveIDCIDR>
			<!--Optional:-->
			<urn:leaseNumber>33</urn:leaseNumber>
		</urn:retrieveIDCIDR>
	</soapenv:Body>
</soapenv:Envelope>
    
Sample Request (error) Message with SOAP
When Enhanced IDC/IDR module is not purchased: (ERROR)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPIDCIDRAdjustment">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieveIDCIDR>
			<!--Optional:-->
			<urn:leaseNumber>33</urn:leaseNumber>
		</urn:retrieveIDCIDR>
	</soapenv:Body>
</soapenv:Envelope>
When lease is paid off or matured: (ERROR)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPIDCIDRAdjustment">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieveIDCIDR>
			<!--Optional:-->
			<urn:leaseNumber>56</urn:leaseNumber>
		</urn:retrieveIDCIDR>
	</soapenv:Body>
</soapenv:Envelope>