GET api_v2/AccountDomains/GetLinkID?accountDomainID={accountDomainID}
Получить идентификатор ссылки домена
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDomainID | ИД домена |
Define this parameter in the request URI. |
Response Information
Идентификатор ссылки
Response body formats
application/xml, text/xml
Sample:
<Result> <LinkID>8f8b9026-ed51-4401-9f14-a8e47c0919b0</LinkID> </Result>
application/json, text/json
Sample:
{ "LinkID": "8f8b9026-ed51-4401-9f14-a8e47c0919b0" }