GET api_v2/AccountCSResourceValues/GetModifyResourceComment?accountCSResourceValueId={accountCSResourceValueId}
Получить измененный коментарий ресурса
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountCSResourceValueId | Идентификатор ресурса аккаунта |
Define this parameter in the request URI. |
Response Information
Измененный коментарий ресурса
Response body formats
application/xml, text/xml
Sample:
<Result> <ModifyResourceComment>sample string 1</ModifyResourceComment> </Result>
application/json, text/json
Sample:
{ "ModifyResourceComment": "sample string 1" }