Documentation
Name your request
usage
<COMMAND [name="string"]>
...
</COMMAND>
The name attribute can be used on any NQL command and allows you to assign a specific name that will be returned on the corresponding RESULTS node in the RESPONSE:
<QUERY>
<GET name="detail">
<MEDIA ID="1234" />
</GET>
</QUERY>
Will returns:
<RESPONSE>
<RESULTS name="detail">
<MEDIA ID="1234> ... </MEDIA>
</RESULTS>
</RESPONSE>