GET api_v2/Accounts/GetIndexNumber?accountID={accountID}
Получить номер аккаунта по идентификатору.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountID | Идентификатор аккаунта. |
Define this parameter in the request URI. |
Response Information
Номер аккаунта
Response body formats
application/xml, text/xml
Sample:
<Result> <IndexNumber>1</IndexNumber> </Result>
application/json, text/json
Sample:
{ "IndexNumber": 1 }