A positive response received from the server looks as follows:
<packet version="1.6.0.0">
<reseller>
<convert-to-client>
<result>
<status>ok</status>
<filter-id>JDoe</filter-id>
<id>180</id>
</result>
</convert-to-client>
</reseller>
</packet>
A negative response received from the server can look as follows:
<packet version="1.6.0.0">
<reseller>
<convert-to-client>
<result>
<status>error</status>
<errcode>1019</errcode>
<errtext>JDoe is not a reseller</errtext>
<filter-id>JDoe</filter-id>
<id>180</id>
</result>
</convert-to-client>
</reseller>
</packet>