POST api_v2/AccountDatabases/SetAccountDomainID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountDatabaseID>4840e9b7-8a9e-46be-b3a3-67672fbecdcd</AccountDatabaseID> <AccountDomainID>952c22da-8357-40e5-82b2-eff9aba11914</AccountDomainID> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "4840e9b7-8a9e-46be-b3a3-67672fbecdcd", "AccountDomainID": "952c22da-8357-40e5-82b2-eff9aba11914" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}