GET api_v2/Accounts/GetAccountIdByIndexNumber?indexNumber={indexNumber}
Получить идентификатор аккаунта по номеру аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
indexNumber | Номер аккаунта |
Define this parameter in the request URI. |
Response Information
Идентификатор аккаунта
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountID>53cb1ba9-cb04-4ef0-9cd5-8099bbed1d38</AccountID> </Result>
application/json, text/json
Sample:
{ "AccountID": "53cb1ba9-cb04-4ef0-9cd5-8099bbed1d38" }