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": "e6674e91-237d-4ca0-8be2-9c5bc600f485",
"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-09-10T11:31:17.0988313+08:00",
"LastUpdate": "2026-09-10T11:31:17.0988313+08:00",
"LastLoginTime": "2026-09-10T11:31:17.0988313+08:00",
"LoginCounter": 15,
"CompanyID": "cccda561-6182-4b5b-9d70-0db78b512058",
"DepartmentID": "2797c9b3-131b-406e-a251-6f2e811c65b2"
}
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.