Application Booking Process - Appendix A
LeasePak Documentation Suite NETSOL website
Application Booking Process - Appendices

(mPower icon) Basic mPower Application Booking Process

Application Booking Process - Appendix A

Sample XML with minimum required fields to create a basic application, insurance, and an asset records using MsiAppOriginatorDocLit web service:

<?xml version="1.0"?>
<MSI_APP_ORIG>
	<APPLICATION_RECORD>
		<appNumber>APP1003</appNumber>
		<lessee>2</lessee>
		<portfolio>2</portfolio>
		<company>1</company>
		<region>1</region>
		<office>1</office>
		<generalDescription>New App Gen Desc</generalDescription>
		<term>10</term>
		<dueDate>1</dueDate>
		<openCloseLeaseType>O</openCloseLeaseType>
		<businessPersonal>P</businessPersonal>
		<leaseDate>050117</leaseDate>
		<commencementDate>050117</commencementDate>
		<disbursementDate>050117</disbursementDate>
		<acquisitionCost>1000.00</acquisitionCost>
		<formCode>PERC</formCode>
		<lateChargeAsmt>PERC</lateChargeAsmt>
		<delinquencyWatchCode>10</delinquencyWatchCode>
		<gracePeriodInDays>10</gracePeriodInDays>
		<useTaxExemptCode>NONE</useTaxExemptCode>
		<npvDiscountRate>5.00000</npvDiscountRate>
		<statementCode>I</statementCode>
		<billingLevel>L</billingLevel>
		<leaseSource>DRCT</leaseSource>
		<automaticChargeOff>N</automaticChargeOff>
		<payment_Code_0>MON</payment_Code_0>
		<payment_Freq_0>10</payment_Freq_0>
		<payment_Amount_0>105.00</payment_Amount_0>
		<lessorAccrualMethod>RAPR</lessorAccrualMethod>
		<leaseTypeCode>FIN</leaseTypeCode>
	</APPLICATION_RECORD>
	<INSURANCE_RECORD>
		<appLeaseNumber>APP1003</appLeaseNumber>
		<insuranceType_0>NTRQ</insuranceType_0>
	</INSURANCE_RECORD>
	<ASSET_RECORD>
		<applicationNumber>APP1003</applicationNumber>
		<assetNumber>82</assetNumber>
		<description>APP1003-01</description>
		<address1>1624 Franklin St</address1>
		<city>OAKLAND</city>
		<equipmentCounty>ALAMEDA</equipmentCounty>
		<state>CA</state>
		<zipCode>94501</zipCode>
		<locationCity>OAKL</locationCity>
		<locationCounty>ALAM</locationCounty>
		<locationState>CA</locationState>
		<acquisitionCost>1000.00</acquisitionCost>
		<assetClass>E</assetClass>
		<identification>APP1003-01</identification>
		<acquisitionDate>050117</acquisitionDate>
		<inServiceDate>050117</inServiceDate>
		<supplier>1</supplier>
		<newUsed>N</newUsed>
		<taxType>TLC</taxType>
		<assetStatus>AINV</assetStatus>
		<taxPaymentCode>NONR</taxPaymentCode>
		<itcTakeBypassCode>BYPS</itcTakeBypassCode>
		<useTaxExemptCode>EA3P</useTaxExemptCode>
		<pptExemptCode>NONE</pptExemptCode>
		<assessmentTaxclass>NONE</assessmentTaxclass>
		<federalMethodOfDepreciation>BY03</federalMethodOfDepreciation>
		<stateDepreciationMethod>BY03</stateDepreciationMethod>
		<federalAMTMethod>BY03</federalAMTMethod>
		<bookAccountingMethod>FIN</bookAccountingMethod>
		<bookDepreciationMethod>BY03</bookDepreciationMethod>
		<bookDepreciationDate>050117</bookDepreciationDate>
		<uccTitleFilingType_0>NONE</uccTitleFilingType_0>
	</ASSET_RECORD>
</MSI_APP_ORIG>