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": "787dcb5b-03ba-41f1-8d8d-5c51ae1e3eb9",
"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-02-02T09:32:23.50559+08:00",
"LastUpdate": "2026-02-02T09:32:23.50559+08:00",
"LastLoginTime": "2026-02-02T09:32:23.50559+08:00",
"LoginCounter": 15,
"CompanyID": "952f9669-f1f5-4a92-8857-21186c932c72",
"DepartmentID": "56448887-56ec-4452-bcd1-4e123956fc54"
}
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.