POST api/user/getsuser
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| LogInID | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| ConfirmPassword | string |
None. |
|
| CurrentPassword | string |
None. |
|
| OwnerID | integer |
None. |
|
| LoggedOn | boolean |
None. |
|
| LoggedOnMachine | string |
None. |
|
| CanLogin | boolean |
None. |
|
| DomainUserName | string |
None. |
|
| EmailAddress | string |
None. |
|
| LoginMessage | string |
None. |
|
| PasswordChanged | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| UserType | EnumUserType |
None. |
|
| UserTypeInt | integer |
None. |
|
| FinancialUserType | EnumFinancialUserType |
None. |
|
| FinancialUserTypeInt | integer |
None. |
|
| MKTPersonID | integer |
None. |
|
| DealerID | integer |
None. |
|
| InvestorID | integer |
None. |
|
| MKTPersonName | string |
None. |
|
| DealerName | string |
None. |
|
| InvestorName | string |
None. |
|
| CompanyName | string |
None. |
|
| DiscountAllow | decimal number |
None. |
|
| DBUserID | integer |
None. |
|
| DBServerDateTime | date |
None. |
|
| EntryUser | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsLocationBindded | boolean |
None. |
|
| Users | Collection of User |
None. |
|
| CopyToUserID | integer |
None. |
|
| CopyFromUserID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| TimesOfLogIn | integer |
None. |
|
| TimesOfLogOut | integer |
None. |
|
| TimesOfWrongAttempts | integer |
None. |
|
| Activity | string |
None. |
|
| IsActiveSt | string |
None. |
|
| IsLocationBinddedSt | string |
None. |
|
| UserTypeSt | string |
None. |
|
| FinancialUserTypeSt | string |
None. |
|
| DBServerDateTimeSt | string |
None. |
|
| IsSuperUser | boolean |
None. |
|
| Permissions | Collection of integer |
None. |
|
| Menu | TMenu |
None. |
|
| Keys | string |
None. |
|
| BrowserName | string |
None. |
|
| IPAddress | string |
None. |
|
| LogInLocation | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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.