LPAssessment
addAssessment
Sample Request Message
The following input shows how to apply a recurring charge assessment to a lease.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPAssessment">
<soapenv:Header/>
<soapenv:Body>
<urn:addAssessment>
<urn:lease>1</urn:lease>
<urn:asset></urn:asset>
<urn:invoice>181</urn:invoice>
<urn:dueDate></urn:dueDate>
<urn:assmt>RCR1</urn:assmt>
<urn:amount>500</urn:amount>
<urn:ptax></urn:ptax>
<urn:fhut></urn:fhut>
<urn:lienDate></urn:lienDate>
<urn:reason/><urn:reason/>
</urn:addAssessment>
</soapenv:Body>
</soapenv:Envelope>
Example:
The following example shows a property tax assessment for a lease. The assessment entry in this example includes fields with blank values demonstrating that optional fields SHOULD be included in the request without specifying their values.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPAssessment">
<soapenv:Header/>
<soapenv:Body>
<urn:addAssessment>
<urn:lease>4</urn:lease>
<urn:asset></urn:asset>
<urn:invoice></urn:invoice>
<urn:dueDate></urn:dueDate>
<urn:assmt>COLL</urn:assmt>
<urn:amount>150.0</urn:amount>
<urn:ptax></urn:ptax>
<urn:fhut></urn:fhut>
<urn:lienDate></urn:lienDate>
<urn:reason></urn:reason>
</urn:addAssessment>
</soapenv:Body>
</soapenv:Envelope>