POST api/User/DisableUser
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| UserCode | integer |
None. |
|
| UserFullName | string |
String length: inclusive between 0 and 500 |
|
| Designation | string |
String length: inclusive between 0 and 500 |
|
| LoginName | string |
String length: inclusive between 0 and 100 |
|
| Password | string |
String length: inclusive between 0 and 100 |
|
| RePassword | string |
String length: inclusive between 0 and 100 |
|
| Branch | Branch |
None. |
|
| BranchCode | integer |
None. |
|
| UserGroup | UserGroup |
None. |
|
| UserGroupCode | integer |
None. |
|
| UserState | UserState |
None. |
|
| UserStatusCode | integer |
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.