POST api_v2/AccountUsers/SetPhoneNumber
Установить номер телефона для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель параметров |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <PhoneNumber>sample string 1</PhoneNumber> <AccountUserID>73b4d73d-916d-4722-92d7-008819d59fe1</AccountUserID> </Request>
application/json, text/json
Sample:
{ "PhoneNumber": "sample string 1", "AccountUserID": "73b4d73d-916d-4722-92d7-008819d59fe1" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}