POST api_v2/ResetPassword/SetNewPassword
Установка нового пароля пользователя 0 - все ок 1 - логин не найден в базе 2 - ошибка при отправке 3 - недопустимая длина пароля 4 - недопустимые символы
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> <Login>sample string 1</Login> <Password>sample string 2</Password> </Request>
application/json, text/json
Sample:
{ "Login": "sample string 1", "Password": "sample string 2" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<int>1</int>
application/json, text/json
Sample:
1