A positive response from the server can look as follows:
<packet version="1.6.0.0">
<reseller-template>
<get>
<result>
<status>ok</status>
<id>82</id>
<name>base_template</name>
<ip-pool>
<allocate-ip>2</allocate-ip>
</ip-pool>
</result>
</get>
</reseller-template>
</packet>
A negative response from the server can look as follows:
<packet version="1.6.0.0">
<reseller-template>
<get>
<result>
<status>error</status>
<errcode>1013</errcode>
<errtext>Template does not exist</errtext>
<name>base_template_</name>
</result>
</get>
</reseller-template>
</packet>