POST api_v2/AccountDomainUsers/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> <AccountDomainUserID>a841f756-e906-404c-90a0-8e462eadd33d</AccountDomainUserID> <AccountDomainID>caca3c6f-0281-4fe9-93bf-8eff5675119e</AccountDomainID> <DomainUserName>sample string 3</DomainUserName> <AccountUserID>4fa9da63-1409-4d43-b86e-18de6a2247fd</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccountDomainUserID": "a841f756-e906-404c-90a0-8e462eadd33d", "AccountDomainID": "caca3c6f-0281-4fe9-93bf-8eff5675119e", "DomainUserName": "sample string 3", "AccountUserID": "4fa9da63-1409-4d43-b86e-18de6a2247fd" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}