GET api_v2/Accounts/GetAccountCaption?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> <AccountCaption>sample string 1</AccountCaption> </Result>
application/json, text/json
Sample:
{ "AccountCaption": "sample string 1" }