POST api/material/edituserdetail
Edit User
Request Information
URI Parameters
None.
Body Parameters
mlUpdateUser| Name | description | Type | Additional information |
|---|---|---|---|
| UserSysId | integer |
None. |
|
| UserName | string |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
||
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 4",
"Mobile": "sample string 3",
"Password": "sample string 5",
"UserName": "sample string 2",
"UserSysId": 1
}
application/xml, text/xml
Sample:
<mlUpdateUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Material"> <Email>sample string 4</Email> <Mobile>sample string 3</Mobile> <Password>sample string 5</Password> <UserName>sample string 2</UserName> <UserSysId>1</UserSysId> </mlUpdateUser>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |