POST UpdateDept
“Post”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"ComId": 1,
"DeptName": "sample string 2",
"Job": "sample string 3",
"LinkMan": "sample string 4",
"LinkTel": "sample string 5",
"Fax": "sample string 6",
"Mobile": "sample string 7",
"Email": "sample string 8",
"DeptType": "sample string 9",
"QQ": "sample string 10",
"MSN": "sample string 11",
"address": "sample string 12",
"isJoinContact": 1,
"type": 13,
"ExpandArea": "sample string 14",
"ExpandRemark": "sample string 15",
"isDM": true,
"postcode": "sample string 17",
"isShow": true,
"addtime": "2025-10-31T01:31:14.0565631+08:00",
"modtime": "2025-10-31T01:31:14.0565631+08:00",
"BusinessCard": "sample string 21",
"Source": 22,
"Owner": "sample string 23",
"Status": 24,
"IsFlag": true,
"ModUser": "sample string 26"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Msg": "sample string 2"
}