Sample Request Message
LeasePak Documentation Suite NETSOL website
add

(mPower icon) LPCustomer

add

Sample Successful Request Message Without SOAP
<?xml version="1.0"?>
<CUSTOMER_INFO>
	<CUSTOMER_RECORD>
		<shortname>SOUTHERN PACIFIC</shortname>
		<dcxChecksum>e937c608c1a2d6d174e77da9f754cf2d</dcxChecksum>
		<ssnBusinessID>000000000</ssnBusinessID>
		<clientRelChecksum>f4231d4a13d51d29473b854dcf1086ad</clientRelChecksum>
		<portfolio>2</portfolio>
		<company>1</company>
		<region>1</region>
		<office>1</office>
		<clientNumber/>
		<name>SOUTHERN PACIFIC RAILROAD</name>
		<address1>1900 FREMONT WAY</address1>
		<address2>Address2</address2>
		<city>CONCORD</city>
		<state>CA</state>
		<zipCode>97505</zipCode>
		<busPhone>2222222222</busPhone>
		<homePhone>4156780092</homePhone>
		<homePhoneType>Home</homePhoneType>
		<busPhoneType>Bus</busPhoneType>
		<emailAddress>[email protected]</emailAddress>
		<contactName>CECIL VYSE</contactName>
		<contactTitle>SNOB</contactTitle>
		<billingName>Test Billing name</billingName>
		<billingAddress1>99 RAILROAD BLVD.</billingAddress1>
		<billingAddress2>Address2</billingAddress2>
		<billingCity>SANTA FE</billingCity>
		<billingState>NM</billingState>
		<billingZipCode>80876</billingZipCode>
		<letterVersionCode>ENGL</letterVersionCode>
		<collectionTeam>COLL</collectionTeam>
		<lastPhoneUsed>H</lastPhoneUsed>
	</CUSTOMER_RECORD>
	<UDF_FIELDS_RECORD>
		<udfType>CUS</udfType>
		<udfKey/>
		<checksum>54eb30a9ac53730974335f2439406949</checksum>
		<udfField1>50</udfField1>
		<udfField2>Test</udfField2>
		<udfField3>Group one</udfField3>
		<udfField4>Test</udfField4>
		<udfField5>01/01/89</udfField5>
	</UDF_FIELDS_RECORD>
	<UDT_FIELDS_RECORD>
		<recordNumber>1</recordNumber>
		<udtKey/>
		<udtchecksum>8fe988d77baab57ad644d5524363f6c1</udtchecksum>
		<udtTable1>Test Schedul</udtTable1>
		<udtTable2>12000</udtTable2>
		<udtTable3>01/01/89</udtTable3>
		<udtTable4>11000</udtTable4>
	</UDT_FIELDS_RECORD>
</CUSTOMER_INFO>
Sample Successfull Request Message With SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:add>
			<!--Optional:-->
			<urn:input><![CDATA[<?xml version="1.0"?>
			<CUSTOMER_INFO>
				<CUSTOMER_RECORD>
					<shortname>SOUTHERN PACIFIC</shortname>
					<dcxChecksum>e937c608c1a2d6d174e77da9f754cf2d</dcxChecksum>
					<ssnBusinessID>000000000</ssnBusinessID>
					<clientRelChecksum>f4231d4a13d51d29473b854dcf1086ad</clientRelChecksum>
					<portfolio>2</portfolio>
					<company>1</company>
					<region>1</region>
					<office>1</office>
					<clientNumber/>
					<name>SOUTHERN PACIFIC RAILROAD</name>
					<address1>1900 FREMONT WAY</address1>
					<address2>Address2</address2>
					<city>CONCORD</city>
					<state>CA</state>
					<zipCode>97505</zipCode>
					<busPhone>2222222222</busPhone>
					<homePhone>4156780092</homePhone>
					<homePhoneType>Home</homePhoneType>
					<busPhoneType>Bus</busPhoneType>
					<emailAddress>[email protected]</emailAddress>
					<contactName>CECIL VYSE</contactName>
					<contactTitle>SNOB</contactTitle>
					<billingName>Test Billing name</billingName>
					<billingAddress1>99 RAILROAD BLVD.</billingAddress1>
					<billingAddress2>Address2</billingAddress2>
					<billingCity>SANTA FE</billingCity>
					<billingState>NM</billingState>
					<billingZipCode>80876</billingZipCode>
					<letterVersionCode>ENGL</letterVersionCode>
					<collectionTeam>COLL</collectionTeam>
					<lastPhoneUsed>H</lastPhoneUsed>
				</CUSTOMER_RECORD>
				<UDF_FIELDS_RECORD>
					<udfType>CUS</udfType>
					<udfKey/>
					<checksum>54eb30a9ac53730974335f2439406949</checksum>
					<udfField1>50</udfField1>
					<udfField2>Test</udfField2>
					<udfField3>Group one</udfField3>
					<udfField4>Test</udfField4>
					<udfField5>01/01/89</udfField5>
				</UDF_FIELDS_RECORD>
				<UDT_FIELDS_RECORD>
					<recordNumber>1</recordNumber>
					<udtKey/>
					<udtchecksum>8fe988d77baab57ad644d5524363f6c1</udtchecksum>
					<udtTable1>Test Schedul</udtTable1>
					<udtTable2>12000</udtTable2>
					<udtTable3>01/01/89</udtTable3>
					<udtTable4>11000</udtTable4>
				</UDT_FIELDS_RECORD>
			</CUSTOMER_INFO>
		 ]]></urn:input>
		</urn:add>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message with SOAP (invalid input)

Example: When user defined field key (udfkey) is not blank
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:add>
			<!--Optional:-->
			<urn:input><![CDATA[<?xml version="1.0"?>
				<CUSTOMER_INFO>
					<CUSTOMER_RECORD>
						<shortname>SOUTHERN PACIFIC</shortname>
						<dcxChecksum>e937c608c1a2d6d174e77da9f754cf2d</dcxChecksum>
						<ssnBusinessID>000000000</ssnBusinessID>
						<clientRelChecksum>f4231d4a13d51d29473b854dcf1086ad</clientRelChecksum>
						<portfolio>2</portfolio>
						<company>1</company>
						<region>1</region>
						<office>1</office>
						<clientNumber/>
						<name>SOUTHERN PACIFIC RAILROAD</name>
						<address1>1900 FREMONT WAY</address1>
						<address2>Address2</address2>
						<city>CONCORD</city>
						<state>CA</state>
						<zipCode>97505</zipCode>
						<busPhone>2222222222</busPhone>
						<homePhone>4156780092</homePhone>
						<homePhoneType>Home</homePhoneType>
						<busPhoneType>Bus</busPhoneType>
						<emailAddress>[email protected]</emailAddress>
						<contactName>CECIL VYSE</contactName>
						<contactTitle>SNOB</contactTitle>
						<billingName>Test Billing name</billingName>
						<billingAddress1>99 RAILROAD BLVD.</billingAddress1>
						<billingAddress2>Address2</billingAddress2>
						<billingCity>SANTA FE</billingCity>
						<billingState>NM</billingState>
						<billingZipCode>80876</billingZipCode>
						<letterVersionCode>ENGL</letterVersionCode>
						<collectionTeam>COLL</collectionTeam>
						<lastPhoneUsed>H</lastPhoneUsed>
					</CUSTOMER_RECORD>
					<UDF_FIELDS_RECORD>
						<udfType>CUS</udfType>
						<udfKey>34</udfKey>
						<checksum>54eb30a9ac53730974335f2439406949</checksum>
						<udfField1>50</udfField1>
						<udfField2>Test</udfField2>
						<udfField3>Group one</udfField3>
						<udfField4>Test</udfField4>
						<udfField5>01/01/89</udfField5>
					</UDF_FIELDS_RECORD>
					<UDT_FIELDS_RECORD>
						<recordNumber>1</recordNumber>
						<udtKey></udtKey>
						<udtchecksum>8fe988d77baab57ad644d5524363f6c1</udtchecksum>
						<udtTable1>Test Schedul</udtTable1>
						<udtTable2>12000</udtTable2>
						<udtTable3>01/01/89</udtTable3>
						<udtTable4>11000</udtTable4>
					</UDT_FIELDS_RECORD>
				</CUSTOMER_INFO>
			 ]]></urn:input>
		</urn:add>
	</soapenv:Body>
</soapenv:Envelope>