POST api/User/Save
Request Information
URI Parameters
None.
Body Parameters
UserDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| User_Id | integer |
None. |
|
| User_Name | string |
None. |
|
| User_Password | string |
None. |
|
| User_SMTP | string |
None. |
|
| User_Mob | string |
None. |
|
| User_Email | string |
None. |
|
| User_Branch | string |
None. |
|
| User_Department | string |
None. |
|
| User_Designation | string |
None. |
|
| rpt_Person1 | string |
None. |
|
| rpt_Person2 | string |
None. |
|
| Created_By | string |
None. |
|
| Created_Date_Time | date |
None. |
|
| Updated_By | string |
None. |
|
| Updated_Date_Time | date |
None. |
|
| Status | character |
None. |
|
| accessRole | string |
None. |
|
| menuHeads | Collection of menuHead |
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
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>