POST api_v2/Accounts/SetAccountCaption
Изменить название аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountCaptionModel | Название аккаунта |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>4cc19841-b8f2-4509-8198-b8635ca6f915</AccountID> <AccountCaption>sample string 2</AccountCaption> </Request>
application/json, text/json
Sample:
{ "AccountID": "4cc19841-b8f2-4509-8198-b8635ca6f915", "AccountCaption": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}