POST api/evotor/ManagerLogin
Авторизация менеджера для Приложения
Request Information
URI Parameters
None.
Body Parameters
EvotorManagerLoginRequestName | Description | Type | Additional information |
---|---|---|---|
UserId |
уникальный идентификатор пользователя в базе эвотора |
string |
None. |
Login |
логин нового менеджера в нашей базе |
string |
None. |
Password |
пароль для нового менеджера |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "Login": "sample string 2", "Password": "sample string 3" }
application/xml, text/xml
Sample:
<EvotorManagerLoginRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Evotor"> <Login>sample string 2</Login> <Password>sample string 3</Password> <UserId>sample string 1</UserId> </EvotorManagerLoginRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.