GET api_v2/AccountDomains/GetProperties?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> <AccountDomainProperties Type="sample string 1"> <Row> <AccountID>e05cf8e9-4fdc-4396-8754-38105f0302be</AccountID> <DomainName>sample string 2</DomainName> <LinkID>cb59afd2-4267-4fec-a0c4-4973f8985187</LinkID> </Row> <Row> <AccountID>e05cf8e9-4fdc-4396-8754-38105f0302be</AccountID> <DomainName>sample string 2</DomainName> <LinkID>cb59afd2-4267-4fec-a0c4-4973f8985187</LinkID> </Row> <Row> <AccountID>e05cf8e9-4fdc-4396-8754-38105f0302be</AccountID> <DomainName>sample string 2</DomainName> <LinkID>cb59afd2-4267-4fec-a0c4-4973f8985187</LinkID> </Row> </AccountDomainProperties> </Result>
application/json, text/json
Sample:
{ "AccountDomainProperties": { "Rows": [ { "AccountID": "e05cf8e9-4fdc-4396-8754-38105f0302be", "DomainName": "sample string 2", "LinkID": "cb59afd2-4267-4fec-a0c4-4973f8985187" }, { "AccountID": "e05cf8e9-4fdc-4396-8754-38105f0302be", "DomainName": "sample string 2", "LinkID": "cb59afd2-4267-4fec-a0c4-4973f8985187" }, { "AccountID": "e05cf8e9-4fdc-4396-8754-38105f0302be", "DomainName": "sample string 2", "LinkID": "cb59afd2-4267-4fec-a0c4-4973f8985187" } ] } }