PrincipalWUWD
writeDownReversal
Sample Successful Response without SOAP
<?xml version="1.0"?>
<WUWDR>
<INFO>Write down reversal completed successfully on Lease : 30!</INFO>
</WUWDR>
Sample Error Response
<?xml version="1.0"?>
<WUWDR>
<ERROR>ERROR[30007] Update cancelled, record modified by another user.</ERROR>
</WUWDR>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:writeDownReversalResponse xmlns:ns="urn:PrincipalWUWD">
<ns:return>
<?xml version="1.0"?>
<WUWDR>
<INFO>Write down reversal completed successfully on Lease : 30!</INFO>
</WUWDR>
</ns:return>
</ns:writeDownReversalResponse>
</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:writeDownReversalResponse xmlns:ns="urn:PrincipalWUWD">
<ns:return>
<?xml version="1.0"?>
<WUWDR>
<ERROR>ERROR[30007] Update cancelled, record modified by another user.</ERROR>
</WUWDR>
</ns:return>
</ns:writeDownReversalResponse>
</soapenv:Body>
</soapenv:Envelope>