POST api_v2/AccountDomains/SetDomainName
Установить имя домена аккаунта
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>245b3289-8c81-4fd3-9809-f7824095e4db</AccountDomainID> <DomainName>sample string 2</DomainName> </Request>
application/json, text/json
Sample:
{ "AccountDomainID": "245b3289-8c81-4fd3-9809-f7824095e4db", "DomainName": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}