<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://sdk.wialon.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sdk.wialon.com/wiki/feed.php">
        <title>Wialon development portal: unlock the potential of API and SDK en:pro:remoteapi:apiref:account</title>
        <description></description>
        <link>https://sdk.wialon.com/wiki/</link>
        <image rdf:resource="https://sdk.wialon.com/wiki/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-04-30T01:18:46+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/account?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/create_account?rev=1386258180&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/delete_account?rev=1386259920&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/do_payment?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/enable_account?rev=1386319620&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/get_account_data?rev=1513273761&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_billing_service?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_dealer_rights?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_flags?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_min_days?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_plan?rev=1386320400&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_sub_plans?rev=1386332700&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sdk.wialon.com/wiki/lib/tpl/arctic/images/favicon.ico">
        <title>Wialon development portal: unlock the potential of API and SDK</title>
        <link>https://sdk.wialon.com/wiki/</link>
        <url>https://sdk.wialon.com/wiki/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/account?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Accounts</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/account?rev=1385731860&amp;do=diff</link>
        <description>Accounts

This chapter describes commands that can be applied to accounts.
account index</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/create_account?rev=1386258180&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-05T15:43:00+00:00</dc:date>
        <title>Create account</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/create_account?rev=1386258180&amp;do=diff</link>
        <description>Create account

To create a new account, use the command account/create_account: 


svc=account/create_account&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				   &quot;plan&quot;:&lt;text&gt;}


Parameters
 Name  Description  itemId  resource ID  plan  billing plan 
Response


{}	/* empty object if execution successful, if not - error code */</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/delete_account?rev=1386259920&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-05T16:12:00+00:00</dc:date>
        <title>Delete account</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/delete_account?rev=1386259920&amp;do=diff</link>
        <description>Delete account

To delete an account, use the command account/delete_account: 


svc=account/delete_account&amp;params={&quot;itemId&quot;:&lt;long&gt;}


Parameters
 Name  Description  itemId  resource (account) ID 
Response


{}	/* empty object if execution successful, if not - error code */</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/do_payment?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Make payment</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/do_payment?rev=1385731860&amp;do=diff</link>
        <description>Make payment

To make a payment, use the command account/do_payment: 


svc=account/do_payment&amp;params={&quot;itemId&quot;:&lt;long&gt;,
			       &quot;balanceUpdate&quot;:&lt;double&gt;,
			       &quot;daysUpdate&quot;:&lt;int&gt;,
			       &quot;description&quot;:&lt;text&gt;}


Parameters
 Name  Description</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/enable_account?rev=1386319620&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-06T08:47:00+00:00</dc:date>
        <title>Enable/disable account</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/enable_account?rev=1386319620&amp;do=diff</link>
        <description>Enable/disable account

To enable/disable an account, use the command account/enable_account: 


svc=account/enable_account&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				   &quot;enable&quot;:&lt;bool&gt;}


Parameters
 Name  Description  itemId  resource (account) ID  enable  mode: 0 - disable, 1 - enable</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/get_account_data?rev=1513273761&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-12-14T17:49:21+00:00</dc:date>
        <title>Detailed information about account</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/get_account_data?rev=1513273761&amp;do=diff</link>
        <description>Detailed information about account

To get detailed information about an account, use the command account/get_account_data:


svc=account/get_account_data&amp;params={&quot;itemId&quot;:&lt;long&gt;}


Parameters
 Name  Description  itemId  resource (account) ID 
Response</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_billing_service?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Services management</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_billing_service?rev=1385731860&amp;do=diff</link>
        <description>Services management

To manage services (available features and their cost), use the command core/update_billing_service:


svc=account/update_billing_service&amp;params={&quot;itemId&quot;:&lt;long&gt;,
					   &quot;name&quot;:&lt;text&gt;,
					   &quot;type&quot;:&lt;ubyte&gt;,	
					   &quot;intervalType&quot;:&lt;ubyte&gt;,
					   &quot;costTable&quot;:&lt;text&gt;,
					   &quot;description&quot;:&lt;text&gt;}</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_dealer_rights?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Dealer rights</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_dealer_rights?rev=1385731860&amp;do=diff</link>
        <description>Dealer rights

To let an account use dealer rights, the command account/update_dealer_rights is applied: 


svc=account/update_dealer_rights&amp;params={&quot;itemId&quot;:&lt;long&gt;,
					 &quot;enable&quot;:&lt;bool&gt;}


Parameters
 Name  Description  itemId  resource (account) ID</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_flags?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Set account settings flags</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_flags?rev=1385731860&amp;do=diff</link>
        <description>Set account settings flags

To set account settings flags, use the command account/update_flags: 


svc=account/update_flags&amp;params={&quot;itemId&quot;:&lt;long&gt;,
			         &quot;flags&quot;:&lt;long&gt;}


Parameters
 Name  Description  itemId  resource (account) ID  flags</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_min_days?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Update minimum days counter value</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_min_days?rev=1385731860&amp;do=diff</link>
        <description>Update minimum days counter value

To update the minimum days counter value, use the command account/update_min_days: 


svc=account/update_min_days&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				    &quot;minDays&quot;:&lt;int&gt;}


Parameters
 Name  Description  itemId  resource (account) ID</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_plan?rev=1386320400&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-06T09:00:00+00:00</dc:date>
        <title>Change billing plan</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_plan?rev=1386320400&amp;do=diff</link>
        <description>Change billing plan

To set a billing plan, use the command account/update_plan: 


svc=account/update_plan&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				&quot;plan&quot;:&lt;text&gt;}


:!: Attention!
To assign a billing plan to an account, the current user must have the right to</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_sub_plans?rev=1386332700&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-06T12:25:00+00:00</dc:date>
        <title>Subordinate billing plans</title>
        <link>https://sdk.wialon.com/wiki/en/pro/remoteapi/apiref/account/update_sub_plans?rev=1386332700&amp;do=diff</link>
        <description>Subordinate billing plans

To set the list of subplans, which current account can assign, use the command account/update_sub_plans: 


svc=account/update_sub_plans&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				     &quot;plans&quot;:[&lt;text&gt;]}


:!: Attention!
Current user can assign only available for him subordinate plans. To assign a plan to an account, the current user must have the right to</description>
    </item>
</rdf:RDF>
