GET api_v2/AccountCSResourceValues/GetCSResourceId?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> <CSResourceId>2642980a-1306-4bb2-8446-88ad3756c2ce</CSResourceId> </Result>
application/json, text/json
Sample:
{ "CSResourceId": "2642980a-1306-4bb2-8446-88ad3756c2ce" }