LPReports
getR0203
Sample Successful Response without SOAP (Cash Control module not purchased)
<?xml version="1.0"?>
<!-- [R0203] -->
<r0203 hrefs_on="-1" lpmreq_on="-1" popups_on="-1">
<key_change>
<header>
<run_dt>6/14/17</run_dt>
<run_tm>10:41pm</run_tm>
<user_s>USAMAZ</user_s>
<version_s>Linux Oracle 7.00.5595T</version_s>
<por_name_s>Forklift</por_name_s>
<div_name_s>NMAC</div_name_s>
<lskey>
<type_s>PORTFOLIO</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>SELECTED LEASE: FIN-003</criteria_s>
</lskey>
<lskey>
<type_s>COMPANY</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL ITEMS PUT IN OR CLEARED FROM SUSPENSE</criteria_s>
</lskey>
<lskey>
<type_s>REGION</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL OPERATORS</criteria_s>
</lskey>
<lskey>
<type_s>OFFICE</type_s>
<data_s>6</data_s>
<desc_s>1116</desc_s>
<criteria_s>GROUP BY BANK ACCT: Y</criteria_s>
</lskey>
</header>
<data>
<susp_s>3</susp_s>
<lse_s>FIN-003</lse_s>
<susp_typ_s>PAYMENT</susp_typ_s>
<enter_dt>1/13/13</enter_dt>
<rec_bank_s>125</rec_bank_s>
<opr_s>RBS</opr_s>
<asg_s/>
<amt_d>1,530.00</amt_d>
<bal_d>0.00</bal_d>
<clear_dt>3/21/89</clear_dt>
<clear_acct_s/>
<com_s>CLEARED BY USA</com_s>
<fol_date_s>130113</fol_date_s>
<sus_ud_s/>
</data>
<subtotal_grp_data>
<bank_s>125</bank_s>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>0.00</tot_bal_d>
</subtotal_grp_data>
<subtotal_data>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>0.00</tot_bal_d>
</subtotal_data>
</key_change>
</r0203>
Sample Successful Response without SOAP (Cash Control module purchased)
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- [R0203] -->
<r0203 hrefs_on="-1" lpmreq_on="-1" popups_on="-1" rpt_path="C:\Program Files (x86)\NetSol\LeasePak.NET\7.0\Report Templates\">
<cash_key_change>
<header>
<run_dt>3/21/89</run_dt>
<run_tm>4:23am</run_tm>
<user_s>USAMAZ</user_s>
<version_s>Linux Oracle 7.00.5595T</version_s>
<por_name_s>Forklift</por_name_s>
<div_name_s>NMAC</div_name_s>
<lskey>
<type_s>PORTFOLIO</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>SELECTED LEASE: FIN-003</criteria_s>
</lskey>
<lskey>
<type_s>COMPANY</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL ITEMS PUT IN OR CLEARED FROM SUSPENSE</criteria_s>
</lskey>
<lskey>
<type_s>REGION</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL OPERATORS</criteria_s>
</lskey>
<lskey>
<type_s>OFFICE</type_s>
<data_s>6</data_s>
<desc_s>1116</desc_s>
<criteria_s>GROUP BY BANK ACCT: Y</criteria_s>
</lskey>
</header>
<cash_data>
<susp_s>3</susp_s>
<lse_s>FIN-003</lse_s>
<susp_typ_s>PAYMENT</susp_typ_s>
<enter_dt>1/13/13</enter_dt>
<rec_bank_s>125</rec_bank_s>
<opr_s>RBS</opr_s>
<asg_s/>
<amt_d>1,530.00</amt_d>
<bal_d>1,530.00</bal_d>
<clear_dt/>
<clear_acct_s/>
<com_s>For testing purpose, placed amount in suspense</com_s>
<fol_date_s>130113</fol_date_s>
<sus_ud_s/>
<check_num_s>001122</check_num_s>
<pmt_eff_dt>1/13/13</pmt_eff_dt>
<orig_s>LPPA/13011390000100000001</orig_s>
</cash_data>
<subtotal_cash_grp_data>
<bank_s>125</bank_s>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>1,530.00</tot_bal_d>
</subtotal_cash_grp_data>
<subtotal_cash_data>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>1,530.00</tot_bal_d>
</subtotal_cash_data>
</cash_key_change>
</r0203>
Sample Error Response Without SOAP
Error: Response Message without Lease Number
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
<RESULT_RECORD>
<TYPE>ERROR</TYPE>
<KEY>25</KEY>
<FIELD>leaseNumber</FIELD>
<MSGCODE>1037</MSGCODE>
<MSGTEXT>Input Required.</MSGTEXT>
</RESULT_RECORD>
</LP_RESPONSE_INFO>
Error: Response Message with Invalid Lease Number
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
<RESULT_RECORD>
<TYPE>ERROR</TYPE>
<KEY>25</KEY>
<FIELD>leaseNumber</FIELD>
<MSGCODE>7095</MSGCODE>
<MSGTEXT>Lease does not exist.</MSGTEXT>
</RESULT_RECORD>
</LP_RESPONSE_INFO>
Sample Successful Response with SOAP (Cash Control module not purchased)
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:getR0203Response xmlns:ns="urn:LPReports">
<ns:return><![CDATA[<?xml version="1.0"?>
<!-- [R0203] -->
<r0203 hrefs_on="-1" lpmreq_on="-1" popups_on="-1">
<key_change>
<header>
<run_dt>6/14/17</run_dt>
<run_tm>10:41pm</run_tm>
<user_s>USAMAZ</user_s>
<version_s>Linux Oracle 7.00.5595T</version_s>
<por_name_s>Forklift</por_name_s>
<div_name_s>NMAC</div_name_s>
<lskey>
<type_s>PORTFOLIO</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>SELECTED LEASE: FIN-003</criteria_s>
</lskey>
<lskey>
<type_s>COMPANY</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL ITEMS PUT IN OR CLEARED FROM SUSPENSE</criteria_s>
</lskey>
<lskey>
<type_s>REGION</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL OPERATORS</criteria_s>
</lskey>
<lskey>
<type_s>OFFICE</type_s>
<data_s>6</data_s>
<desc_s>1116</desc_s>
<criteria_s>GROUP BY BANK ACCT: Y</criteria_s>
</lskey>
</header>
<data>
<susp_s>3</susp_s>
<lse_s>FIN-003</lse_s>
<susp_typ_s>PAYMENT</susp_typ_s>
<enter_dt>1/13/13</enter_dt>
<rec_bank_s>125</rec_bank_s>
<opr_s>RBS</opr_s>
<asg_s/>
<amt_d>1,530.00</amt_d>
<bal_d>0.00</bal_d>
<clear_dt>3/21/89</clear_dt>
<clear_acct_s/>
<com_s>CLEARED BY USA</com_s>
<fol_date_s>130113</fol_date_s>
<sus_ud_s/>
</data>
<subtotal_grp_data>
<bank_s>125</bank_s>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>0.00</tot_bal_d>
</subtotal_grp_data>
<subtotal_data>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>0.00</tot_bal_d>
</subtotal_data>
</key_change>
</r0203>
]]></ns:return>
</ns:getR0203Response>
</soapenv:Body>
</soapenv:Envelope>
Sample Successful Response with SOAP (Cash Control module purchased)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:getR0203Response xmlns:ns="urn:LPReports">
<ns:return><![CDATA[<?xml version="1.0"?>
<!-- [R0203] -->
<r0203 hrefs_on="-1" lpmreq_on="-1" popups_on="-1">
<cash_key_change>
<header>
<run_dt>3/21/89</run_dt>
<run_tm>4:23am</run_tm>
<user_s>USAMAZ</user_s>
<version_s>Linux Oracle 7.00.5595T</version_s>
<por_name_s>Forklift</por_name_s>
<div_name_s>NMAC</div_name_s>
<lskey>
<type_s>PORTFOLIO</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>SELECTED LEASE: FIN-003</criteria_s>
</lskey>
<lskey>
<type_s>COMPANY</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL ITEMS PUT IN OR CLEARED FROM SUSPENSE</criteria_s>
</lskey>
<lskey>
<type_s>REGION</type_s>
<data_s>1</data_s>
<desc_s>Forklift</desc_s>
<criteria_s>ALL OPERATORS</criteria_s>
</lskey>
<lskey>
<type_s>OFFICE</type_s>
<data_s>6</data_s>
<desc_s>1116</desc_s>
<criteria_s>GROUP BY BANK ACCT: Y</criteria_s>
</lskey>
</header>
<cash_data>
<susp_s>3</susp_s>
<lse_s>FIN-003</lse_s>
<susp_typ_s>PAYMENT</susp_typ_s>
<enter_dt>1/13/13</enter_dt>
<rec_bank_s>125</rec_bank_s>
<opr_s>RBS</opr_s>
<asg_s/>
<amt_d>1,530.00</amt_d>
<bal_d>1,530.00</bal_d>
<clear_dt/>
<clear_acct_s/>
<com_s>For testing purpose, placed amount in suspense</com_s>
<fol_date_s>130113</fol_date_s>
<sus_ud_s/>
<check_num_s>001122</check_num_s>
<pmt_eff_dt>1/13/13</pmt_eff_dt>
<orig_s>LPPA/13011390000100000001</orig_s>
</cash_data>
<subtotal_cash_grp_data>
<bank_s>125</bank_s>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>1,530.00</tot_bal_d>
</subtotal_cash_grp_data>
<subtotal_cash_data>
<count_d>1.000000</count_d>
<tot_amt_d>1,530.00</tot_amt_d>
<tot_bal_d>1,530.00</tot_bal_d>
</subtotal_cash_data>
</cash_key_change>
</r0203>
]]></ns:return>
</ns:getR0203Response>
</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
Error: Response Message without Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:getR0203Response xmlns:ns="urn:LPReports">
<ns:return><![CDATA[<?xml version="1.0"?>
<LP_RESPONSE_INFO>
<RESULT_RECORD>
<TYPE>ERROR</TYPE>
<FIELD>leaseNumber</FIELD>
<MSGCODE>1037</MSGCODE>
<MSGTEXT>Input Required.</MSGTEXT>
</RESULT_RECORD>
</LP_RESPONSE_INFO>
]]></ns:return>
</ns:getR0203Response>
</soapenv:Body>
</soapenv:Envelope>
Error: Response Message with Invalid Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:getR0203Response xmlns:ns="urn:LPReports">
<ns:return><![CDATA[<?xml version="1.0"?>
<LP_RESPONSE_INFO>
<RESULT_RECORD>
<TYPE>ERROR</TYPE>
<FIELD>leaseNumber</FIELD>
<MSGCODE>7095</MSGCODE>
<MSGTEXT>Lease does not exist. </MSGTEXT>
</RESULT_RECORD>
</LP_RESPONSE_INFO>
]]></ns:return>
</ns:getR0203Response>
</soapenv:Body>
</soapenv:Envelope>