27 October 2022

New resources in GetBandwidthStat response

Added qc_qualify resource to the GetBandwidthStat response.

<?xml version="1.0"?>
<response>
    <action>getbandwidthstat</action>
    <status>Success</status>
    <result>
        <user_id><<id>></user_id>
        <date_from>[Date from]</date_from>
        <date_to>[Date to]</date_to>
        <qc_qualify>
            <bytes>[amount in bytes]</bytes>
            <gb>[amount in gigabytes]</gb>
        </qc_qualify>
        <!-- bandwidth resources -->
    </result>
</response>
{
    "response": {
        "action": "getbandwidthstat",
        "status": "Success",
        "result": {
            "user_id": "<<id>>",
            "date_from": "[Date from]",
            "date_to": "[Date to]",
            "qc_qualify": {
                "bytes": "[amount in bytes]",
                "gb": "[amount in gigabytes]"
            }
            // bandwidth resources
        }
    }
}