POST api_v2/AccountCSResourceValues/IncreaseValue
Начислить ресурс.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>72146559-c0a4-42e5-9cb7-9ec538e23893</AccountID> <CSResourceID>b6036bcf-c99a-4b6a-8420-2e9aeae99b11</CSResourceID> <ModifyResourceValue>1</ModifyResourceValue> <ModifyResourceComment>sample string 1</ModifyResourceComment> </Request>
application/json, text/json
Sample:
{ "AccountID": "72146559-c0a4-42e5-9cb7-9ec538e23893", "CSResourceID": "b6036bcf-c99a-4b6a-8420-2e9aeae99b11", "ModifyResourceValue": 1, "ModifyResourceComment": "sample string 1" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}