GET api_v2/AccountCSResourceValues/GetAccountId?accountCSResourceValueId={accountCSResourceValueId}
Get account cloud service resource value account id
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountCSResourceValueId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountId>944ae2a0-1063-4a63-abba-99854a389e9d</AccountId> </Result>
application/json, text/json
Sample:
{ "AccountId": "944ae2a0-1063-4a63-abba-99854a389e9d" }