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": "54025774-e72d-4163-8dd0-1cc4b9c90be8",
"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": "2025-12-12T03:45:58.0608263+08:00",
"LastUpdate": "2025-12-12T03:45:58.0608263+08:00",
"LastLoginTime": "2025-12-12T03:45:58.0608263+08:00",
"LoginCounter": 15,
"CompanyID": "c5882f7d-ca9e-49b2-8e79-4df3ecdefbe4",
"DepartmentID": "c79950cb-5a9b-48ba-8647-8ec2cd4c90e1"
}
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.