Sample Response Message
LeasePak Documentation Suite NETSOL website
retrieve

(mPower icon) LPGuarantor

retrieve

Sample Successful Response Message without SOAP
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
	<GUARANTOR_INFO>
		<GUARANTOR_RECORD>
			<shortname>CURTS, ROBERT</shortname>
			<dcxChecksum>6623149b91326ce1983cacf17759524f</dcxChecksum>
			<ssnBusinessID>399405958</ssnBusinessID>
			<clientRelChecksum>affa2961dad8ccdd7fb5beb4cb57682c</clientRelChecksum>
			<portfolio>50</portfolio>
			<company>1</company>
			<region>1</region>
			<office>1</office>
			<clientNumber>3011</clientNumber>
			<emailAddress>[email protected]</emailAddress>
			<name>ROBERT CURTS, SR.</name>
			<address1>834 132ND AVENUE, SE</address1>
			<address2>3215 leavenworth street</address2>
			<city>EDMONTON</city>
			<state>AB</state>
			<zipCode>T5B1V2</zipCode>
			<homePhone>7804067751</homePhone>
			<busPhone>7806379654</busPhone>
			<guarantorTitle>new title</guarantorTitle>
			<letterVersionCode>ENGL</letterVersionCode>
			<lastModifyInitial>SS</lastModifyInitial>
			<othrNote1>NOTE</othrNote1>
			<othrNote2>NOTE2</othrNote2>
			<otherID>111111111</otherID>
			<additionalIncomeSource>CHLD</additionalIncomeSource>
			<otherName>NAME</otherName>
			<otherAddress1>ADD</otherAddress1>
			<otherAddress2>ADD</otherAddress2>
			<otherCity>SAN MATEO</otherCity>
			<otherState>CA</otherState>
			<otherZipCode>74102</otherZipCode>
			<otherBusPhone>5555555555</otherBusPhone>
			<otherHomePhone>8888888888</otherHomePhone>
			<otherLastModifyInitial>SS</otherLastModifyInitial>
			<employer1Name>nmae</employer1Name>
			<employer1Contact>contact</employer1Contact>
			<employer1ContactTitle>title</employer1ContactTitle>
			<employer1Address1>ADD</employer1Address1>
			<employer1Address2>ADD</employer1Address2>
			<employer1City>SAN FRANCISCO</employer1City>
			<employer1State>CA</employer1State>
			<employer1ZipCode>41025</employer1ZipCode>
			<employer1Phone>1111111111</employer1Phone>
			<employer1Position>POSITION</employer1Position>
			<employer1ReferenceStatus>COMP</employer1ReferenceStatus>
			<employer1LastModifyInitial>SS</employer1LastModifyInitial>
			<employer2Name>NAME</employer2Name>
			<employer2Contact>CONTACT</employer2Contact>
			<employer2ContactTitle>TITLE</employer2ContactTitle>
			<employer2Address1>ADD</employer2Address1>
			<employer2Address2>ADD</employer2Address2>
			<employer2City>SAN FRANCISCO</employer2City>
			<employer2State>CA</employer2State>
			<employer2ZipCode>41025</employer2ZipCode>
			<employer2Phone>2222222222</employer2Phone>
			<employer2Position>POSITION</employer2Position>
			<employer2ReferenceStatus>COMP</employer2ReferenceStatus>
			<employer2LastModifyInitial>SS</employer2LastModifyInitial>
			<previousEmployerName>NAME</previousEmployerName>
			<previousEmployerContact>CONTACT</previousEmployerContact>
			<previousEmployerContactTitle>TITLE</previousEmployerContactTitle>
			<previousEmployerAddress1>ADD</previousEmployerAddress1>
			<previousEmployerAddress2>ADD</previousEmployerAddress2>
			<previousEmployerCity>SAN MATEO</previousEmployerCity>
			<previousEmployerState>CA</previousEmployerState>
			<previousEmployerZipCode>41025</previousEmployerZipCode>
			<previousEmployerPhone>5555555555</previousEmployerPhone>
			<previousEmployerPosition>POSSITION</previousEmployerPosition>
			<previousEmployerReferenceStatus>COMP</previousEmployerReferenceStatus>
			<previousEmployerModifyInitial>SS</previousEmployerModifyInitial>
			<residenceType>OTHR</residenceType>
			<activityStatus>ACTV</activityStatus>
			<addressType>Z</addressType>
			<addressStatus>Z</addressStatus>
			<busIndicator>Y</busIndicator>
			<lastModifyDate>051217</lastModifyDate>
			<otherLastModifyDate>051217</otherLastModifyDate>
			<employer1LastModifyDate>051217</employer1LastModifyDate>
			<employer2LastModifyDate>051217</employer2LastModifyDate>
			<previousEmployerModifyDate>051217</previousEmployerModifyDate>
			<birthDate>01011970</birthDate>
			<OtherYearsResiding>3</OtherYearsResiding>
			<OtherMonthsResiding>3</OtherMonthsResiding>
			<employer1YearsEmployed>5</employer1YearsEmployed>
			<employer1MonthsEmployed>5</employer1MonthsEmployed>
			<employer2YearsEmployed>4</employer2YearsEmployed>
			<employer2MonthsEmployed>4</employer2MonthsEmployed>
			<previousEmployerYearsEmployed>1</previousEmployerYearsEmployed>
			<previousEmployerMonthsEmployed>2</previousEmployerMonthsEmployed>
			<employer1MonthlySalary>10000.00</employer1MonthlySalary>
			<employer2MonthlySalary>20000.00</employer2MonthlySalary>
			<additionalIncome>2000.00</additionalIncome>
		</GUARANTOR_RECORD>
	</GUARANTOR_INFO>
</LP_RESPONSE_INFO>
Sample Successful Response Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:retrieveResponse xmlns:ns="urn:LPGuarantor">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LP_RESPONSE_INFO>
				<GUARANTOR_INFO>
					<GUARANTOR_RECORD>
						<shortname>CURTS, ROBERT</shortname>
						<dcxChecksum>6623149b91326ce1983cacf17759524f</dcxChecksum>
						<ssnBusinessID>399405958</ssnBusinessID>
						<clientRelChecksum>affa2961dad8ccdd7fb5beb4cb57682c</clientRelChecksum>
						<portfolio>50</portfolio>
						<company>1</company>
						<region>1</region>
						<office>1</office>
						<clientNumber>3011</clientNumber>
						<emailAddress>[email protected]</emailAddress>
						<name>ROBERT CURTS, SR.</name>
						<address1>834 132ND AVENUE, SE</address1>
						<address2>3215 leavenworth street</address2>
						<city>EDMONTON</city>
						<state>AB</state>
						<zipCode>T5B1V2</zipCode>
						<homePhone>7804067751</homePhone>
						<busPhone>7806379654</busPhone>
						<guarantorTitle>new title</guarantorTitle>
						<letterVersionCode>ENGL</letterVersionCode>
						<lastModifyInitial>SS</lastModifyInitial>
						<othrNote1>NOTE</othrNote1>
						<othrNote2>NOTE2</othrNote2>
						<otherID>111111111</otherID>
						<additionalIncomeSource>CHLD</additionalIncomeSource>
						<otherName>NAME</otherName>
						<otherAddress1>ADD</otherAddress1>
						<otherAddress2>ADD</otherAddress2>
						<otherCity>SAN MATEO</otherCity>
						<otherState>CA</otherState>
						<otherZipCode>74102</otherZipCode>
						<otherBusPhone>5555555555</otherBusPhone>
						<otherHomePhone>8888888888</otherHomePhone>
						<otherLastModifyInitial>SS</otherLastModifyInitial>
						<employer1Name>nmae</employer1Name>
						<employer1Contact>contact</employer1Contact>
						<employer1ContactTitle>title</employer1ContactTitle>
						<employer1Address1>ADD</employer1Address1>
						<employer1Address2>ADD</employer1Address2>
						<employer1City>SAN FRANCISCO</employer1City>
						<employer1State>CA</employer1State>
						<employer1ZipCode>41025</employer1ZipCode>
						<employer1Phone>1111111111</employer1Phone>
						<employer1Position>POSITION</employer1Position>
						<employer1ReferenceStatus>COMP</employer1ReferenceStatus>
						<employer1LastModifyInitial>SS</employer1LastModifyInitial>
						<employer2Name>NAME</employer2Name>
						<employer2Contact>CONTACT</employer2Contact>
						<employer2ContactTitle>TITLE</employer2ContactTitle>
						<employer2Address1>ADD</employer2Address1>
						<employer2Address2>ADD</employer2Address2>
						<employer2City>SAN FRANCISCO</employer2City>
						<employer2State>CA</employer2State>
						<employer2ZipCode>41025</employer2ZipCode>
						<employer2Phone>2222222222</employer2Phone>
						<employer2Position>POSITION</employer2Position>
						<employer2ReferenceStatus>COMP</employer2ReferenceStatus>
						<employer2LastModifyInitial>SS</employer2LastModifyInitial>
						<previousEmployerName>NAME</previousEmployerName>
						<previousEmployerContact>CONTACT</previousEmployerContact>
						<previousEmployerContactTitle>TITLE</previousEmployerContactTitle>
						<previousEmployerAddress1>ADD</previousEmployerAddress1>
						<previousEmployerAddress2>ADD</previousEmployerAddress2>
						<previousEmployerCity>SAN MATEO</previousEmployerCity>
						<previousEmployerState>CA</previousEmployerState>
						<previousEmployerZipCode>41025</previousEmployerZipCode>
						<previousEmployerPhone>5555555555</previousEmployerPhone>
						<previousEmployerPosition>POSSITION</previousEmployerPosition>
						<previousEmployerReferenceStatus>COMP</previousEmployerReferenceStatus>
						<previousEmployerModifyInitial>SS</previousEmployerModifyInitial>
						<residenceType>OTHR</residenceType>
						<activityStatus>ACTV</activityStatus>
						<addressType>Z</addressType>
						<addressStatus>Z</addressStatus>
						<busIndicator>Y</busIndicator>
						<lastModifyDate>051217</lastModifyDate>
						<otherLastModifyDate>051217</otherLastModifyDate>
						<employer1LastModifyDate>051217</employer1LastModifyDate>
						<employer2LastModifyDate>051217</employer2LastModifyDate>
						<previousEmployerModifyDate>051217</previousEmployerModifyDate>
						<birthDate>01011970</birthDate>
						<OtherYearsResiding>3</OtherYearsResiding>
						<OtherMonthsResiding>3</OtherMonthsResiding>
						<employer1YearsEmployed>5</employer1YearsEmployed>
						<employer1MonthsEmployed>5</employer1MonthsEmployed>
						<employer2YearsEmployed>4</employer2YearsEmployed>
						<employer2MonthsEmployed>4</employer2MonthsEmployed>
						<previousEmployerYearsEmployed>1</previousEmployerYearsEmployed>
						<previousEmployerMonthsEmployed>2</previousEmployerMonthsEmployed>
						<employer1MonthlySalary>10000.00</employer1MonthlySalary>
						<employer2MonthlySalary>20000.00</employer2MonthlySalary>
						<additionalIncome>2000.00</additionalIncome>
					</GUARANTOR_RECORD>
				</GUARANTOR_INFO>
			</LP_RESPONSE_INFO>
        ]]></ns:return>
		</ns:retrieveResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Response Message With SOAP (error output)
Example: Response when guarantorNumber record doesn't exist.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:retrieveResponse xmlns:ns="urn:LPGuarantor">
			<ns:return><![CDATA[<?xml version="1.0"?>
				<LP_RESPONSE_INFO>
					<RESULT_RECORD>
						<TYPE>ERROR</TYPE>
						<RECORD>GUARANTOR</RECORD>
						<KEY>3101</KEY>
						<FIELD>clientNumber</FIELD>
						<MSGCODE>7014</MSGCODE>
						<MSGTEXT>Client record not found.</MSGTEXT>
					</RESULT_RECORD>
				</LP_RESPONSE_INFO>
			 ]]></ns:return>
		</ns:retrieveResponse>
	</soapenv:Body>
</soapenv:Envelope>