Sample Response Message
LeasePak Documentation Suite NETSOL website
addAssessment

(mPower icon) LPAssessment

addAssessment

Sample Successful Response

The following response shows that the RCR1 assessment code with 500 amount to invoice 181 has been added successfuly.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:addAssessmentResponse xmlns:ns="urn:LPAssessment">
			<ns:return>INFO:0003:Assessment (RCR1) amount (500.00) has been successfully added on invoice (181).</ns:return>
		</ns:addAssessmentResponse>
	</soapenv:Body>
</soapenv:Envelope>
Example:

The following example shows a property tax assessment COLL has been added successfully for lease# 4.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:addAssessmentResponse xmlns:ns="urn:LPAssessment">
			<ns:return>INFO:0001:Assessment (COLL) amount (150.00) has been successfully added on lease (4).</ns:return>
		</ns:addAssessmentResponse>
	</soapenv:Body>
</soapenv:Envelope>