GET api_v2/CSResources/GetDaysAutoDecrease?csResourceId={csResourceId}
Получаем дни автоуменьшение ресурса облачной службы
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
csResourceId | ИД рессурса |
Define this parameter in the request URI. |
Response Information
Дни автоуменьшение ресурса облачной службы
Response body formats
application/xml, text/xml
Sample:
<Result> <DaysAutoDecrease>sample string 1</DaysAutoDecrease> </Result>
application/json, text/json
Sample:
{ "DaysAutoDecrease": "sample string 1" }