PUT api/DepartmentUser/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| departmentuser | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserID": "393d508e-6351-4021-8ff4-5387427d0a1a",
"Mobile": "sample string 2",
"Name": "sample string 4",
"Sex": "sample string 5",
"Address": "sample string 6",
"Tel": "sample string 7",
"QQ": "sample string 8",
"HeadImg": "sample string 9",
"Remark": "sample string 10",
"CreateTime": "2026-07-17T12:39:48.0208011+08:00",
"LastUpdate": "2026-07-17T12:39:48.0208011+08:00",
"LastLoginTime": "2026-07-17T12:39:48.0208011+08:00",
"LoginCounter": 15,
"CompanyID": "3193744f-8fc4-4274-b2d8-0351a7a63526",
"DepartmentID": "89798300-ea37-48f7-92b7-6ce6ec37be1a"
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.