POST api_v2/AccountUsers/ChangePhoneNumber
Необходим для промо сайта. Смена номера телефона (в процессе регистрации)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <PhoneNumber>sample string 1</PhoneNumber> <AccountUserID>74caa68a-82ed-493a-9055-e7dd5852feff</AccountUserID> </Request>
application/json, text/json
Sample:
{ "PhoneNumber": "sample string 1", "AccountUserID": "74caa68a-82ed-493a-9055-e7dd5852feff" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Request> <Error>true</Error> <Message>sample string 2</Message> </Request>
application/json, text/json
Sample:
{ "Error": true, "Message": "sample string 2" }