Sample Response Message
LeasePak Documentation Suite NETSOL website
updateIDCIDR

(mPower icon) LPIDCIDRAdjustment

updateIDCIDR

Sample Successful Response without SOAP
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
	<RESULT_RECORD>
		<TYPE>INFO</TYPE>
		<RECORD>IDC_IDR_ADJ</RECORD>
		<KEY>50</KEY>
		<FIELD>leaseNumber</FIELD>
		<MSGCODE>0</MSGCODE>
		<MSGTEXT>Successful.</MSGTEXT>
	</RESULT_RECORD>
</LP_RESPONSE_INFO>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:updateIDCIDRResponse xmlns:ns="urn:LPIDCIDRAdjustment">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LP_RESPONSE_INFO>
				<RESULT_RECORD>
					<TYPE>INFO</TYPE>
					<RECORD>IDC_IDR_ADJ</RECORD>
					<KEY>50</KEY>
					<FIELD>leaseNumber</FIELD>
					<MSGCODE>0</MSGCODE>
					<MSGTEXT>Successful.</MSGTEXT>
				</RESULT_RECORD>
			</LP_RESPONSE_INFO>
			]]></ns:return>
		</ns:updateIDCIDRResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response without SOAP
When PCRO is missing in dealer attached to dealer bonus or dealer reserve:(ERROR)
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
	<RESULT_RECORD>
		<TYPE>ERROR</TYPE>
		<RECORD>IDC_IDR_ADJ</RECORD>
		<KEY>78</KEY>
		<FIELD>assetIdc6PayTo_1</FIELD>
		<MSGCODE>7265</MSGCODE>
		<MSGTEXT>Default Company, Region and Office are missing from the dealer.</MSGTEXT>
	</RESULT_RECORD>
</LP_RESPONSE_INFO>
When Venor attached to dealer bonus and dealer reserve does not exists in db:(ERROR)
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
	<RESULT_RECORD>
		<TYPE>ERROR</TYPE>
		<RECORD>IDC_IDR_ADJ</RECORD>
		<KEY>79</KEY>
		<FIELD>assetIdc6DealerBonus_1</FIELD>
		<MSGCODE>1942</MSGCODE>
		<MSGTEXT>Please reverse the dealer bonus disbursement for Asset first.</MSGTEXT>
	</RESULT_RECORD>
</LP_RESPONSE_INFO>
When enahanced IDC/IDR module is not purchased:(ERROR)
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
	<RESULT_RECORD>
		<TYPE>ERROR</TYPE>
		<RECORD>IDC_IDR_ADJ</RECORD>
		<MSGCODE>1943</MSGCODE>
		<MSGTEXT>Enhance IDC/R module not purchased.</MSGTEXT>
	</RESULT_RECORD>
</LP_RESPONSE_INFO>
Sample Error Response with SOAP
When PCRO is missing in dealer attached to dealer bonus or dealer reserve:(ERROR)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:updateIDCIDRResponse xmlns:ns="urn:LPIDCIDRAdjustment">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LP_RESPONSE_INFO>
				<RESULT_RECORD>
					<TYPE>ERROR</TYPE>
					<RECORD>IDC_IDR_ADJ</RECORD>
					<KEY>78</KEY>
					<FIELD>assetIdc6PayTo_1</FIELD>
					<MSGCODE>7265</MSGCODE>
					<MSGTEXT>Default Company, Region and Office are missing from the dealer.</MSGTEXT>
				</RESULT_RECORD>
			</LP_RESPONSE_INFO>
			]]></ns:return>
		</ns:updateIDCIDRResponse>
	</soapenv:Body>
</soapenv:Envelope>
When Venor attached to dealer bonus and dealer reserve does not exists in db:(ERROR)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:updateIDCIDRResponse xmlns:ns="urn:LPIDCIDRAdjustment">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LP_RESPONSE_INFO>
				<RESULT_RECORD>
					<TYPE>ERROR</TYPE>
					<RECORD>IDC_IDR_ADJ</RECORD>
					<KEY>79</KEY>
					<FIELD>assetIdc6DealerBonus_1</FIELD>
					<MSGCODE>1942</MSGCODE>
					<MSGTEXT>Please reverse the dealer bonus disbursement for Asset first.</MSGTEXT>
				</RESULT_RECORD>
			</LP_RESPONSE_INFO>
			]]></ns:return>
		</ns:updateIDCIDRResponse>
	</soapenv:Body>
</soapenv:Envelope>
When When enahanced IDC/IDR moduleisn ot purchased:(ERROR)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:updateIDCIDRResponse xmlns:ns="urn:LPIDCIDRAdjustment">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LP_RESPONSE_INFO>
				<RESULT_RECORD>
					<TYPE>ERROR</TYPE>
					<RECORD>IDC_IDR_ADJ</RECORD>
					<MSGCODE>1943</MSGCODE>
					<MSGTEXT>Enhance IDC/R module not purchased.</MSGTEXT>
				</RESULT_RECORD>
			</LP_RESPONSE_INFO>
			]]></ns:return>
		</ns:updateIDCIDRResponse>
	</soapenv:Body>
</soapenv:Envelope>