GET api_v2/AccountDomains/GetIDs?accountId={accountId}
Получить спискок ИД доменных аккаунтов
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | ИД аккаунта |
Define this parameter in the request URI. |
Response Information
Спискок ИД доменных аккаунтов
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDomainIDs Type="sample string 1"> <Item>8f96cc18-55fb-4f33-94e4-d84526fe5ee3</Item> <Item>121489db-9fb3-4e0f-bacb-99ad936ec3cf</Item> <Item>53d836b4-d5bd-443d-8934-352b847a52b4</Item> </AccountDomainIDs> </Result>
application/json, text/json
Sample:
{ "AccountDomainIDs": { "List": [ "8f96cc18-55fb-4f33-94e4-d84526fe5ee3", "121489db-9fb3-4e0f-bacb-99ad936ec3cf", "53d836b4-d5bd-443d-8934-352b847a52b4" ] } }