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": "b5cf251f-0348-4190-b050-ce240fcd4318",
"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-05-23T12:31:24.0207981+08:00",
"LastUpdate": "2026-05-23T12:31:24.0207981+08:00",
"LastLoginTime": "2026-05-23T12:31:24.0207981+08:00",
"LoginCounter": 15,
"CompanyID": "c571c486-5814-48e8-89be-d8decc430c55",
"DepartmentID": "164c96ef-323e-4ada-a77b-8145d40e5a62"
}
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.