POST api_v2/AccountCSResourceValues/DecreaseValue
Списать ресурс.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Параметр для списания ресурса |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>6e344153-268b-4ca4-92cf-1dd97800b7c8</AccountID> <CSResourceID>b71a8da1-b700-4a6a-8f56-18250e017af0</CSResourceID> <ModifyResourceValue>1</ModifyResourceValue> <ModifyResourceComment>sample string 1</ModifyResourceComment> </Request>
application/json, text/json
Sample:
{ "AccountID": "6e344153-268b-4ca4-92cf-1dd97800b7c8", "CSResourceID": "b71a8da1-b700-4a6a-8f56-18250e017af0", "ModifyResourceValue": 1, "ModifyResourceComment": "sample string 1" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}