list_change_accounts

To get a list of accounts to which you can transfer a unit, use the list_change_accounts method:

Copied!
svc=account/list_change_accounts&params={"units":[<long>]} |

The request must contain the unit parameter, specifying the unit ID array.

Response

If the request is completed successfully, a response of the following format is returned:

Copied!
[
    {
    "id":<long>,      /* Account ID. */
    "name":<text>     /* Account name. */
    },
    ...               /* Other valid accounts (if any). */
]

If you find a mistake in the text, please select it and press Ctrl+Enter.

Report a mistake

Your message was sent. Thank you!

An error occurred while submitting the form

Download PDF file
Download Word document

See also