GET api_v2/AccountDomains/GetIDs?accountId={accountId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDomainIDs Type="sample string 1"> <Item>43c98a57-ce44-4c72-9093-1a1a0f890b9c</Item> <Item>a00150f3-8f96-431d-8e1f-fa2a2e4f6cce</Item> <Item>892fb486-63fc-4b28-8bd1-7eeb567f03fc</Item> </AccountDomainIDs> </Result>
application/json, text/json
Sample:
{ "AccountDomainIDs": { "List": [ "43c98a57-ce44-4c72-9093-1a1a0f890b9c", "a00150f3-8f96-431d-8e1f-fa2a2e4f6cce", "892fb486-63fc-4b28-8bd1-7eeb567f03fc" ] } }