POST api/User/Get?login={login}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
login | unsigned integer |
Required |
Body Parameters
BaseRequestName | Description | Type | Additional information |
---|---|---|---|
Ip | string |
None. |
|
Port | integer |
None. |
|
ApiLogin | integer |
None. |
|
ApiPassword | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ip": "sample string 1", "Port": 2, "ApiLogin": 3, "ApiPassword": "sample string 4", "Password": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseDtoOfUserResponseDtoName | Description | Type | Additional information |
---|---|---|---|
Status | MTRetCode |
None. |
|
Data | UserResponseDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 0, "Data": { "Login": 1, "Group": "sample string 2", "Name": "sample string 3", "State": "sample string 4", "City": "sample string 5", "Address": "sample string 6", "MasterPassword": "sample string 7", "InvestPassword": "sample string 8", "PhonePassword": "sample string 9", "Leverage": 10 } }