POST api_v2/AccountDomains/SetLinkID
Установить идентификатор ссылки домена аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Параметр для установки идентификатора ссылки |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountDomainID>8893d3c6-2da3-47f6-92f5-f6c179d3a8ed</AccountDomainID> <LinkID>d0504066-eec9-4e99-9bc4-e724f08a282f</LinkID> </Request>
application/json, text/json
Sample:
{ "AccountDomainID": "8893d3c6-2da3-47f6-92f5-f6c179d3a8ed", "LinkID": "d0504066-eec9-4e99-9bc4-e724f08a282f" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}