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": "2f42c35a-6690-49eb-94a7-10f415c32d46",
"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-03-29T10:34:29.1143879+08:00",
"LastUpdate": "2026-03-29T10:34:29.1143879+08:00",
"LastLoginTime": "2026-03-29T10:34:29.1143879+08:00",
"LoginCounter": 15,
"CompanyID": "c9f9942b-7e8d-4c49-abf3-127206020c79",
"DepartmentID": "b2b6f17c-f823-4c68-a3be-434bc7e06227"
}
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.